소스 검색

Fixed typo

alan.invents 5 년 전
부모
커밋
266e2c1a39
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/julia/julia.test.ts

+ 1 - 1
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"}
     ]
   }]
 ]);