Răsfoiți Sursa

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

Simon Krajewski 8 ani în urmă
părinte
comite
74299817f3
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      std/Sys.hx

+ 1 - 1
std/Sys.hx

@@ -126,7 +126,7 @@ extern class Sys {
 	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;