diff --git a/src/editor.coffee b/src/editor.coffee index e657781dc..d5c6db21f 100644 --- a/src/editor.coffee +++ b/src/editor.coffee @@ -1694,12 +1694,12 @@ class Editor extends View getGrammar: -> @activeEditSession.getGrammar() - # {Delegates to: EditSession.setGrammar} + # {Delegates to: EditSession.setGrammar} setGrammar: (grammar) -> throw new Error("Only mini-editors can explicity set their grammar") unless @mini @activeEditSession.setGrammar(grammar) - # {Delegates to: EditSession.reloadGrammar} + # {Delegates to: EditSession.reloadGrammar} reloadGrammar: -> @activeEditSession.reloadGrammar()