trivial typofix

This commit is contained in:
ujihisa 2012-12-07 13:18:34 -08:00
parent 9c4b50dd0b
commit e8d2dc9fa7

View File

@ -512,7 +512,7 @@ The structure of a placeholder can be:
- $number - $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 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 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. snippet it will repeat its content. $1 is synchronized to ${1} and so on.