diff options
author | David Robillard <d@drobilla.net> | 2025-02-12 02:24:35 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-12 02:24:35 -0500 |
commit | c34b0707c2c265f8840599f4ec7774ab099bee1c (patch) | |
tree | 250a650aaf776c4dfa675ce5233395432c3d9429 /include | |
parent | c97307d6d95a047fc5533b80f0656e4f04faefdb (diff) | |
download | serd-c34b0707c2c265f8840599f4ec7774ab099bee1c.tar.gz serd-c34b0707c2c265f8840599f4ec7774ab099bee1c.tar.bz2 serd-c34b0707c2c265f8840599f4ec7774ab099bee1c.zip |
Fix wrong word in documentation
Diffstat (limited to 'include')
-rw-r--r-- | include/serd/serd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/serd/serd.h b/include/serd/serd.h index 19b4a49c..416da630 100644 --- a/include/serd/serd.h +++ b/include/serd/serd.h @@ -812,7 +812,7 @@ serd_reader_read_string(SerdReader* SERD_NONNULL reader, /** Skip over bytes in the input until a specific byte is encountered. - Typically used for recording from errors in a line-based syntax by skipping + Typically used for recovering from errors in a line-based syntax by skipping ahead to the next newline. @return #SERD_SUCCESS if the given byte was reached, or #SERD_FAILURE if the |