Skip to content

Commit

Permalink
doc: capitalize the first characters
Browse files Browse the repository at this point in the history
  • Loading branch information
Semigradsky committed May 4, 2023
1 parent ed8ca8d commit c98a66a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/assert.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,9 +455,9 @@ added:

* `fn` {Function} a tracked function to reset.

reset calls of the call tracker.
if a tracked function is passed as an argument, the calls will be reset for it.
if no arguments are passed, all tracked functions will be reset
Reset calls of the call tracker.
If a tracked function is passed as an argument, the calls will be reset for it.
If no arguments are passed, all tracked functions will be reset

```mjs
import assert from 'node:assert';
Expand Down

0 comments on commit c98a66a

Please sign in to comment.