another little fix in documentation

This commit is contained in:
Stanislav Seletskiy 2015-04-29 22:25:21 +06:00
parent 1b3ecf4a85
commit 2f355c233f

View File

@ -1353,7 +1353,7 @@ endsnippet
That snippet will expand into 'if err != nil' if previous line will
match 'err :=' prefix, otherwise the default 'if' snippet will be expanded.
It's good idea to move context conditions to a separate module, so it can be
It's a good idea to move context conditions to a separate module, so it can be
used by other UltiSnips users. In that case, module should be imported
using 'global' keyword, like this: