Skip to content

Commit 1cab066

Browse files
authored
Fix typo in CHANGELOG.md (#1253)
1 parent f87b703 commit 1cab066

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
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
* Removed implicit support for single-use iterables in sequences, and introduced `iterator-seq` to expliciltly handle them (#1192)
1818
* `basilisp.core/str` now delegates to the builtin Python `str` in all cases except for customizing the string output for builtin Python types (#1237)
1919
* Optimised mainstream seq-consuming functions by coercing their inputs into `seq` upfront (#1234)
20-
* Renamed `awhile` and `afor` to `while-async` and `for-async` for improved clarity (#1248)
20+
* Renamed `awith` and `afor` to `with-async` and `for-async` for improved clarity (#1248)
2121

2222
### Fixed
2323
* Fix a bug where protocols with methods with leading hyphens in the could not be defined (#1230)

0 commit comments

Comments
 (0)