📝 Indent comment correctly

This commit is contained in:
Kevin Sawicki 2014-01-20 11:42:45 -08:00
parent 19177123a7
commit 8b4b4a6ea9

View File

@ -320,7 +320,7 @@ class Editor extends Model
# {Delegates to: TextBuffer.setText}
setText: (text) -> @buffer.setText(text)
# {Delegates to: TextBuffer.getTextInRange}
# {Delegates to: TextBuffer.getTextInRange}
getTextInRange: (range) -> @buffer.getTextInRange(range)
# {Delegates to: TextBuffer.getLineCount}