Skip to content

Commit

Permalink
Correct text, fix denoland#519
Browse files Browse the repository at this point in the history
Typo: `comparision` -> `comparison`
  • Loading branch information
motss authored Jun 24, 2019
1 parent 1365d28 commit eff54ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object is passed, the `name` property is used to identify the test. If the asser

Asserts are exposed in `testing/asserts.ts` module.

- `equal()` - Deep comparision function, where `actual` and `expected` are
- `equal()` - Deep comparison function, where `actual` and `expected` are
compared deeply, and if they vary, `equal` returns `false`.
- `assert()` - Expects a boolean value, throws if the value is `false`.
- `assertEquals()` - Uses the `equal` comparison and throws if the `actual` and
Expand Down

0 comments on commit eff54ea

Please sign in to comment.