Skip to content

Commit

Permalink
fix: fix typo in example: harlie -> Charlie (#4430)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Sep 11, 2024
1 parent 3b8d04f commit 286e8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/power-assert.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ class SoftAssertExampleTest1 {
In the output, all the `assert()` function error messages will be printed one after another:

```text
harlie has an invalid salary: 40000
Charlie has an invalid salary: 40000
assert(employee.salary > 50000) { "${employee.name} has an invalid salary: ${employee.salary}" }
| | |
| | false
Expand Down

0 comments on commit 286e8d1

Please sign in to comment.