Преглед изворни кода

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

Simon Krajewski пре 8 година
родитељ
комит
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;