Skip to content

Commit 806164b

Browse files
committed
Fixed typo.
1 parent 6fa858c commit 806164b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
9090
- Added the `load()` function, which deserializes a UTF-8-encoded jsonl file to a list of Python objects.
9191
- Added the `stream()` function, which creates a map object that deserializes a UTF-8-encoded jsonl file to Python objects.
9292
- Added the `save()` function, which serializes an iterable of Python objects to a UTF-8-encoded jsonl file.
93-
- Added the `append()` function, serializes and appends an iterable of Python objects to a UTF-8-encoded jsonl file.
93+
- Added the `append()` function, which serializes and appends an iterable of Python objects to a UTF-8-encoded jsonl file.
9494

9595
[0.2.2]: https://github.com/umarbutler/orjsonl/compare/v0.2.1...v0.2.2
9696
[0.2.1]: https://github.com/umarbutler/orjsonl/compare/v0.2.0...v0.2.1

0 commit comments

Comments
 (0)