summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2023-06-13 07:01:20 -0400
committerGitHub <noreply@github.com>2023-06-13 20:01:20 +0900
commit5cebe86a7b90e5718077c5e1d5c2165939d3f3cb (patch)
treee6b806bd9963d348b0b11454a39a96fb6a2ddd2b /ChangeLog
parentbd86ca30020a8c4d4d0755e44bf00568119c60ed (diff)
Fix misspellings (#2609)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 809398c2..7dfbe439 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -372,7 +372,7 @@
Add BLOCK_8() macro
- Fix `foreach` non-progation of errors
+ Fix `foreach` non-propagation of errors
Allow zero-length buffers in jv_parser_set_buf()
@@ -1183,7 +1183,7 @@
Fix various UTF8 parsing bugs.
In particular, parse bad UTF8 by replacing the broken bits with U+FFFD
- and resychronise correctly after broken sequences.
+ and resynchronise correctly after broken sequences.
Fix example in manual for `floor`. See #155.