Fix jsDoc comment

This commit is contained in:
Alex Dima
2016-09-20 10:40:34 +03:00
parent 744fa6a2ea
commit 6fa2edb34f
2 changed files with 4 additions and 4 deletions
@@ -60,8 +60,8 @@ export interface LanguageConfiguration {
*/
indentationRules?: IndentationRule;
/**
* The language's rules to be evaluated when pressing Enter.
*/
* The language's rules to be evaluated when pressing Enter.
*/
onEnterRules?: OnEnterRule[];
/**
* The language's auto closing pairs. The 'close' character is automatically inserted with the
+2 -2
View File
@@ -4027,8 +4027,8 @@ declare module monaco.languages {
*/
indentationRules?: IndentationRule;
/**
* The language's rules to be evaluated when pressing Enter.
*/
* The language's rules to be evaluated when pressing Enter.
*/
onEnterRules?: OnEnterRule[];
/**
* The language's auto closing pairs. The 'close' character is automatically inserted with the