Browse Source

fix haxe.rtti.Rtti documentation

Simon Krajewski 11 years ago
parent
commit
1ca3531ed6
1 changed files with 3 additions and 3 deletions
  1. 3 3
      std/haxe/rtti/Rtti.hx

+ 3 - 3
std/haxe/rtti/Rtti.hx

@@ -31,8 +31,8 @@ class Rtti {
 	/**
 		Returns the `haxe.rtti.CType.Classdef` corresponding to class `c`.
 
-		If `c` has no RTTI information, e.g. because no `@:rtti@` was added,
-		`null` is returned.
+		If `c` has no runtime type information, e.g. because no `@:rtti@` was
+		added, `null` is returned.
 
 		If `c` is null, the result is unspecified.
 	**/
@@ -47,7 +47,7 @@ class Rtti {
 	}
 
 	/**
-		Tells if `c` has RTTI information.
+		Tells if `c` has runtime type information.
 
 		If `c` is null, the result is unspecified.
 	**/