Merge pull request #70714 from Calinou/doc-os-stdin

Improve documentation for `OS.read_string_from_stdin()`
This commit is contained in:
Rémi Verschelde 2023-01-12 09:24:47 +01:00 committed by GitHub
commit 0e4e782ada
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 19 additions and 26 deletions

View file

@ -680,7 +680,7 @@ bool OS_UWP::set_environment(const String &p_var, const String &p_value) const {
return false;
}
String OS_UWP::get_stdin_string(bool p_block) {
String OS_UWP::get_stdin_string() {
return String();
}