Browse Source

rtl: fixed typo

mattias 6 years ago
parent
commit
0081d299e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl/js.pas

+ 1 - 1
packages/rtl/js.pas

@@ -687,7 +687,7 @@ type
 
   { TJSError }
 
-  TJSError = CLass external name 'Error'
+  TJSError = Class external name 'Error'
   private
     FMessage: String; external name 'message';
   Public