Browse Source

rtl: comment

mattias 4 years ago
parent
commit
eda9e6b192
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl/rtti.pas

+ 1 - 1
packages/rtl/rtti.pas

@@ -1322,7 +1322,7 @@ end;
 
 function TRttiProperty.GetVisibility: TMemberVisibility;
 begin
-  // At this moment only pulished rtti-property-info is supported by pas2js
+  // At this moment only published rtti-property-info is supported by pas2js
   Result := mvPublished;
 end;