typo fix in docs

This commit is contained in:
Stanislav Seletskiy 2015-04-16 11:48:13 +06:00
parent 66bc2e8f6e
commit 9861a6e6c3

View File

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