Skip to content

Commit 5f51fe1

Browse files
committed
Fix changelog typos
1 parent 4afcdbb commit 5f51fe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Added
1313

14-
- Init function can not be overridden on a per-test basis (`#[test(init = <expr>)]`).
14+
- Init function can now be overridden on a per-test basis (`#[test(init = my_custom_init)]`).
1515

1616
### Changed
1717

18-
- Tests modules can now contain helper function (w/o test/init attributes).
18+
- Tests modules can now contain helper functions (=functions without test/init attributes).
1919

2020
## [0.7.0-alpha.0]
2121

0 commit comments

Comments
 (0)