Skip to content

Commit

Permalink
Merge pull request #137 from awmorgan/scan_doc
Browse files Browse the repository at this point in the history
scan reads stdin
  • Loading branch information
orangeduck authored Apr 16, 2021
2 parents 9e0ea82 + 95aad45 commit dfcd86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Show.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ static struct Method* Show_Methods(void) {
"int scan_with(const char* fmt, var args);\n"
"int scanln_with(const char* fmt, var args);\n"
"int scan_from_with(var input, int pos, const char* fmt, var args);",
"Scan the format string `fmt` either from `stdout` or from the object "
"Scan the format string `fmt` either from `stdin` or from the object "
"`input` at position `pos`. Returns new position in output."
}, {NULL, NULL, NULL}
};
Expand Down

0 comments on commit dfcd86c

Please sign in to comment.