Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
*/
public enum RubySyntaxTag implements SyntaxTag {

LINE("line", "Execute code one a new line"),
LINE("line", "Execute code on a new line"),

CLASS("class", "Start a class or module definition"),

0 comments on commit 17a5cf8

Please sign in to comment.