Skip to content

Commit

Permalink
Fixed backtick.
Browse files Browse the repository at this point in the history
  • Loading branch information
timcassell committed Apr 6, 2024
1 parent 26738bc commit 0e0b4b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Docs/Changelog/v3.0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

Fixes:

- `Fixed Promise<T>.IsValid` when it was completed synchronously.
- Fixed `Promise<T>.IsValid` when it was completed synchronously.
2 changes: 1 addition & 1 deletion Package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ See the [C# Asynchronous Benchmarks Repo](https://github.com/timcassell/CSharpAs

### v3.0.1 - April 6, 2024

- `Fixed Promise<T>.IsValid` when it was completed synchronously.
- Fixed `Promise<T>.IsValid` when it was completed synchronously.

See [ChangeLog](https://github.com/timcassell/ProtoPromise/tree/master/Docs/Changelog) for the full changelog.

Expand Down

0 comments on commit 0e0b4b6

Please sign in to comment.