Explorar el Código

fcl-js: fixed comment

git-svn-id: trunk@38650 -
Mattias Gaertner hace 7 años
padre
commit
c2a69bb9ca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/fcl-js/src/jstree.pp

+ 1 - 1
packages/fcl-js/src/jstree.pp

@@ -923,7 +923,7 @@ Type
   TJSTryFinallyStatement = Class(TJSTryStatement);
 
 
-  { TJSFunctionDeclarationStatement - as TJSFuncDef, except as a statement }
+  { TJSFunctionDeclarationStatement - same as TJSFuncDef, except as a TJSElement }
 
   TJSFunctionDeclarationStatement = Class(TJSElement)
   private