From c34b0707c2c265f8840599f4ec7774ab099bee1c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 12 Feb 2025 02:24:35 -0500 Subject: Fix wrong word in documentation --- include/serd/serd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/serd') 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 -- cgit v1.2.1