Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Fix: No gray JSLint star when Brackets launched with JSLint disabled #2099

Closed
wants to merge 9 commits into from
2 changes: 1 addition & 1 deletion src/editor/EditorCommandHandlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ define(function (require, exports, module) {
* Add or remove block-comment tokens to the selection, preserving selection
* and cursor position. Applies to the currently focused Editor.
*
* If the selection is inside a block-comment or one block-comment is inside or partially
* If the selection is inside a block-comment or one block-comment is inside or partially
* inside the selection we uncomment; otherwise we comment out.
* Commenting out adds the prefix before the selection and the suffix after.
* Uncommenting removes them.
Expand Down