trivial typofix

This commit is contained in:
ujihisa 2012-12-07 13:18:34 -08:00
parent 9c4b50dd0b
commit e8d2dc9fa7
1 changed files with 1 additions and 1 deletions

View File

@ -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.