From e8d2dc9fa72fbb48ee356fe7b07dc3f230cd30ca Mon Sep 17 00:00:00 2001 From: ujihisa Date: Fri, 7 Dec 2012 13:18:34 -0800 Subject: [PATCH] trivial typofix --- doc/neosnippet.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt index 17e462d..ee3726e 100755 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -512,7 +512,7 @@ The structure of a placeholder can be: - $number - This is a synchronized placeholder. Sometimes it is required to repat a + This is a synchronized placeholder. Sometimes it is required to repeat a value in several places inside a snippet. If you set the number of this placeholder to the same number as one of the other placeholders in the snippet it will repeat its content. $1 is synchronized to ${1} and so on.