瀏覽代碼

removed confusing StringTools.fastCodeAt documentation (fixed issue #1713)

Simon Krajewski 12 年之前
父節點
當前提交
12ec94306a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/StringTools.hx

+ 1 - 1
std/StringTools.hx

@@ -334,7 +334,7 @@ class StringTools {
 		[index] is negative or exceeds [s].length.
 		[index] is negative or exceeds [s].length.
 
 
 		This operation is not guaranteed to work if [s] contains the \0
 		This operation is not guaranteed to work if [s] contains the \0
-		character. The method isEof() can be used to check for that.
+		character.
 	**/
 	**/
 	public static inline function fastCodeAt( s : String, index : Int ) : Int untyped {
 	public static inline function fastCodeAt( s : String, index : Int ) : Int untyped {
 		#if neko
 		#if neko