From 266e2c1a3917734144ca090f2b2b1316c4acef6c Mon Sep 17 00:00:00 2001 From: "alan.invents" Date: Thu, 13 Feb 2020 18:59:43 -0500 Subject: [PATCH] Fixed typo --- src/julia/julia.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/julia/julia.test.ts b/src/julia/julia.test.ts index 67060c0a..996ace09 100644 --- a/src/julia/julia.test.ts +++ b/src/julia/julia.test.ts @@ -30,7 +30,7 @@ testTokenization('julia', [ {startIndex: 5, type: "source.julia"}, {startIndex: 6, type: ""}, {startIndex: 7, type: "number.julia"}, - {startIndex: 8, type: "identifer.julia"} + {startIndex: 8, type: "identifier.julia"} ] }] ]);