diff options
| author | Cedric Hutchings <cedhut02@gmail.com> | 2022-06-01 09:30:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-01 09:30:57 -0400 |
| commit | 4a886b04f2307183107f376076d87672a084158d (patch) | |
| tree | 3b1190b59304c4c324bb04dea4f98282222fa935 /util | |
| parent | 1cc5e7f6562e4faa7e1252d5d68f70cb1eaba516 (diff) | |
"are implements" -> "are implemented"
Diffstat (limited to 'util')
| -rw-r--r-- | util/sokol_debugtext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/sokol_debugtext.h b/util/sokol_debugtext.h index 0219bbc3..ae69904d 100644 --- a/util/sokol_debugtext.h +++ b/util/sokol_debugtext.h @@ -215,7 +215,7 @@ have to be inside a render pass. - Note that character codes <32 are reserved as control characters and won't render anything. Currently only the following control - characters are implements: + characters are implemented: \r - carriage return (same as sdtx_pos_x(0)) \n - carriage return + line feed (same as stdx_crlf()) |