diff --git a/src/text-editor.coffee b/src/text-editor.coffee index 8b2d1aa40..878020e29 100644 --- a/src/text-editor.coffee +++ b/src/text-editor.coffee @@ -2973,7 +2973,7 @@ class TextEditor extends Model # Extended: Get the indentation level of the given line of text. # - # Returns how deeply the given line is indented based on the soft tabs and + # Determines how deeply the given line is indented based on the soft tabs and # tab length settings of this editor. Note that if soft tabs are enabled and # the tab length is 2, a row with 4 leading spaces would have an indentation # level of 2.