Skip to content

Commit a4bda5f

Browse files
committed
✏️ fix typo in CHANGELOG-V3.md
1 parent c961e36 commit a4bda5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG-V3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ release.
2222
- `utils.time_snowflake` use `utils.generate_snowflake` instead
2323
- `utils.warn_deprecated`
2424
- `utils.deprecated`
25-
- `utils.get` use `utils.find` with `lambda i: i.attr == val`instead
25+
- `utils.get` use `utils.find` with `lambda i: i.attr == val` instead
2626
- `AsyncIterator.get` use `AsyncIterator.find` with `lambda i: i.attr == val` instead
2727
- `utils.as_chunks` use `itertools.batched` on Python 3.12+ or your own implementation
2828
instead

0 commit comments

Comments
 (0)