Browse Source

doc type fix.

Nicolas Cannasse 19 years ago
parent
commit
1591eeccc0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      std/Std.hx

+ 2 - 2
std/Std.hx

@@ -39,7 +39,7 @@ class Std {
 	public static var nan = 0.0 / 0.0;
 
 	/**
-		Tells is a value v is of the type t.
+		Tells if a value v is of the type t.
 	**/
 	public static function is( v : Dynamic, t : Dynamic ) : Bool {
 		return untyped
@@ -146,7 +146,7 @@ class Std {
 			if( s == 0 )
 				return null;
 			else
-				return __dollar__sget(s,0);
+				return __dollar__sget(x.__s,0);
 		}
 		#else js
 		if( x == "" )