Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Feb 7, 2023
1 parent 28f5798 commit e796a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/io.jou
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ declare fscanf(file: FILE*, pattern: byte*, ...) -> int
# or when the resulting string (including the '\0') wouldn't fit
# within n bytes.
#
# Return value: NULL on error, same as s on success.
# Return value: NULL on error, same as destination on success.
declare fgets(destination: byte*, n: int, file: FILE*) -> byte*

# Move back to beginning of file.
Expand Down

0 comments on commit e796a16

Please sign in to comment.