From 098d45f37ff2c54f8667537848b470f15d189239 Mon Sep 17 00:00:00 2001 From: A Samuel Pottinger Date: Wed, 11 Aug 2021 08:51:15 -0700 Subject: [PATCH] More style fixes. --- java/src/processing/mode/java/preproc/Processing.g4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/src/processing/mode/java/preproc/Processing.g4 b/java/src/processing/mode/java/preproc/Processing.g4 index 59c0e21b8..2f9b1c6ff 100644 --- a/java/src/processing/mode/java/preproc/Processing.g4 +++ b/java/src/processing/mode/java/preproc/Processing.g4 @@ -5,7 +5,7 @@ * - adds support for type converter functions like "int()" * - adds pseudo primitive type "color" * - adds HTML hex notation with hash symbol: #ff5522 - * - allow color to appear as part of qualified names (like in imports) + * - allow color to appear as part of qualified names (like in imports) */ grammar Processing;