summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rwxr-xr-xjs/stmd.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/stmd.js b/js/stmd.js
index 1efbb19..29e4c01 100755
--- a/js/stmd.js
+++ b/js/stmd.js
@@ -342,7 +342,7 @@ var parseEmphasis = function(inlines) {
if (res.numdelims >= 1 && res.numdelims <= 3 && res.can_close &&
res.numdelims != first_close_delims) {
if (res.numdelims === 3) {
- // If we opened with ***, then we interpret *** as * followed by **
+ // If we opened with ***, then we interpret *** as ** followed by *
// giving us <strong><em>
res.numdelims = 1;
}