Skip to content

Commit

Permalink
fixing markdown typo in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wileyj committed Jan 5, 2023
1 parent d8941fd commit d0fcbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This release will contain consensus-breaking changes.
keyword or function.
- Clarity2 improvements to traits (see #3251 for details):
* Trait values can be passed to compatible sub-trait types
* Traits can be embedded in compound types, e.g. `(optional <my-trait>)
* Traits can be embedded in compound types, e.g. `(optional <my-trait>)`
* Traits can be assigned to a let-variable
- Fixes to unexpected behavior in traits
* A trait with duplicate function names is now an error (#3214)
Expand Down

0 comments on commit d0fcbe0

Please sign in to comment.