fix an example of a synchronized placeholder

$number が含まれて折らず,a synchronized placeholder の例になって
いなかったので,$number を使っているものに修正しました.
例は自分の作ったスニペットの中から適当に持ってきているので,もっと
適切な例があればそれを使っていただければと思います.
This commit is contained in:
rhysd 2012-11-11 20:52:52 +09:00
parent 8da63999f5
commit a44f4bd414
1 changed files with 4 additions and 6 deletions

View File

@ -521,12 +521,10 @@ The structure of a placeholder can be:
Example Example
> >
snippet if snippet namespace
if ${1:#:condition} namespace ${1:name} {
${2:do} $[0]
endif } // namespace $1
${3}
< <
Note: If you like to include characters in snippets that already have a Note: If you like to include characters in snippets that already have a