Skip to content

Commit cd1af5a

Browse files
author
giovannipessiva
committed
test
1 parent a23bc99 commit cd1af5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.palantir.typescript/src/com/palantir/typescript/services/language/ScriptElementKind.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public enum ScriptElementKind {
6060
// var v(..
6161
VARIABLE_ELEMENT("var"),
6262

63-
// Inside function
63+
// Inside function
6464
LOCAL_VARIABLE_ELEMENT("local var"),
6565

6666
// Inside module and script only

0 commit comments

Comments
 (0)