Skip to content

Commit a582874

Browse files
committed
fix: jsdoc comment to correctly describle emmet behaviour
1 parent ebb8971 commit a582874

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
@@ -467,7 +467,7 @@ define(function (require, exports, module) {
467467
return false;
468468
}
469469

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

0 commit comments

Comments
 (0)