- Fixed documentation.

This commit is contained in:
Shougo Matsushita 2013-02-16 20:23:13 +09:00
parent 2666977005
commit 6b10975d74
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ The structure of a placeholder can be:
>
snippet namespace
namespace ${1:name} {
$[0]
${0}
} // namespace $1
<