Browse Source

* Fix missing tag

git-svn-id: trunk@42918 -
michael 6 years ago
parent
commit
52ca09cc58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/pas2js/docs/translation.html

+ 1 - 1
utils/pas2js/docs/translation.html

@@ -2958,7 +2958,7 @@ End.
     If <i>o</i> is <i>nil</i> it will give a JS error.<br>
     Local types (i.e. inside a procedure) do not have typeinfo.<br>
     Open array parameters are not yet supported.<br>
-    Note that FPC <i>typeinfo(aClassVar)<i> returns the compiletime type, so it works on <i>nil</i>.<br>
+    Note that FPC <i>typeinfo(aClassVar)</i> returns the compiletime type, so it works on <i>nil</i>.<br>
     </div>