diff --git a/src/app/tokenized-buffer.coffee b/src/app/tokenized-buffer.coffee index 1d3656169..0dd8a1254 100644 --- a/src/app/tokenized-buffer.coffee +++ b/src/app/tokenized-buffer.coffee @@ -67,13 +67,13 @@ class TokenizedBuffer setVisible: (@visible) -> @tokenizeInBackground() if @visible - # Public: Retrieves the current tab length. + # Retrieves the current tab length. # # Returns a {Number}. getTabLength: -> @tabLength - # Public: Specifies the tab length. + # Specifies the tab length. # # tabLength - A {Number} that defines the new tab length. setTabLength: (@tabLength) -> @@ -263,7 +263,7 @@ class TokenizedBuffer stop() position - # Public: Gets the row number of the last line. + # Gets the row number of the last line. # # Returns a {Number}. getLastRow: ->