Skip to content

Commit 4f58e59

Browse files
committed
fix: jsdoc comment to correctly describle emmet behaviour
1 parent 178381e commit 4f58e59

File tree

1 file changed

+1
-1
lines changed
  • src/extensions/default/HTMLCodeHints

1 file changed

+1
-1
lines changed

src/extensions/default/HTMLCodeHints/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ define(function (require, exports, module) {
468468
return null;
469469
}
470470

471-
// to show emmet hint when either a single or three exclamation mark(s) is present
471+
// not to show emmet hint when either a single or three exclamation mark(s) is present
472472
if (line.includes('!!') && !line.includes('!!!')) {
473473
return null;
474474
}

0 commit comments

Comments
 (0)