Skip to content

Commit

Permalink
fix some doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
laytan committed Sep 2, 2024
1 parent 16c5c69 commit 195259e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/encoding/entity/generated.odin
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ XML_NAME_TO_RUNE_MAX_LENGTH :: 31
Input:
entity_name - a string, like "copy" that describes a user-encoded Unicode entity as used in XML.
Output:
Returns:
"decoded" - The decoded rune if found by name, or -1 otherwise.
"ok" - true if found, false if not.
Expand Down
2 changes: 1 addition & 1 deletion core/sys/posix/time.odin
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ when ODIN_OS == .Darwin {

foreign lib {
/*
Convert the broken down time in the structure to a string form: Sun Sep 16 01:03:52 1973\n\0
Convert the broken down time in the structure to a string form: Sun Sep 16 01:03:52 1973.
[[ More; https://pubs.opengroup.org/onlinepubs/9699919799/functions/asctime_r.html ]]
*/
Expand Down

0 comments on commit 195259e

Please sign in to comment.