Просмотр исходного кода

[doc] fix Sys.getChar documentation (closes #6139)

Simon Krajewski 8 лет назад
Родитель
Сommit
74299817f3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      std/Sys.hx

+ 1 - 1
std/Sys.hx

@@ -126,7 +126,7 @@ extern class Sys {
 	static function programPath() : String;
 	static function programPath() : String;
 
 
 	/**
 	/**
-		Read a single input character from the standard input (without blocking) and returns it. Setting `echo` to true will also display it on the output.
+		Read a single input character from the standard input and returns it. Setting `echo` to true will also display it on the output.
 	**/
 	**/
 	static function getChar( echo : Bool ) : Int;
 	static function getChar( echo : Bool ) : Int;