Browse Source

fix Lambda.find documentation

Simon Krajewski 11 years ago
parent
commit
0ad99fb7e1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      std/Lambda.hx

+ 2 - 2
std/Lambda.hx

@@ -227,8 +227,8 @@ class Lambda {
 	/**
 	/**
 		Returns the first element of `it` for which `f` is true.
 		Returns the first element of `it` for which `f` is true.
 
 
-		This function returns true as soon as an element is found for which a
-		call to `f` returns true.
+		This function returns as soon as an element is found for which a call to
+		`f` returns true.
 
 
 		If no such element is found, the result is null.
 		If no such element is found, the result is null.