aboutsummaryrefslogtreecommitdiffstats
path: root/google-plus-commando.js
diff options
context:
space:
mode:
authoranekos2011-07-16 12:19:31 +0900
committeranekos2011-07-16 12:19:31 +0900
commite10a0d03ddf0902eccf9a99215a11df6ff5abc3a (patch)
tree17d0fab3d0a8484a922d6da0a0b5905998590341 /google-plus-commando.js
parentfbb1c1326e032318ef27a69e65ed2bbdd5597b15 (diff)
downloadvimperator-plugins-e10a0d03ddf0902eccf9a99215a11df6ff5abc3a.tar.bz2
脱字修正
Thanks, termin.
Diffstat (limited to 'google-plus-commando.js')
-rw-r--r--google-plus-commando.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/google-plus-commando.js b/google-plus-commando.js
index 3df5cac..ccf16c7 100644
--- a/google-plus-commando.js
+++ b/google-plus-commando.js
@@ -271,7 +271,7 @@ let INFO =
<table>
<tr><th>入力</th> <th>効果</th> <th>解説</th> </tr>
<tr><td>*TEXT*</td> <td><b>TEXT</b></td> <td>太字</td> </tr>
- <tr><td>_TEXT</td> <td><i>TEXT</i></td> <td>斜体</td> </tr>
+ <tr><td>_TEXT_</td> <td><i>TEXT</i></td> <td>斜体</td> </tr>
<tr><td>-TEXT-</td> <td><s>TEXT</s></td> <td>打ち消し線</td> </tr>
<tr><td>*-TEXT-*</td> <td><b><s>TEXT</s></b></td> <td>太字/打消。打消(-)は内側に書く</td> </tr>
<tr><td>-ねこ-</td> <td>☓</td> <td>日本語の打消はダメ</td> </tr>