Skip to content

Commit a566eb3

Browse files
committed
docs: update docs for unchecked duration subtr. lint
1 parent 2f2eb2e commit a566eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/unchecked_duration_subtraction.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Finds patterns of unchecked subtraction of [`Duration`] from [`Instant::now()`].
33

44
### Why is this bad?
5-
Unchecked subtraction could cause underflow on certain platforms, leading to bugs and/or
5+
Unchecked subtraction could cause underflow on certain platforms, leading to
66
unintentional panics.
77

88
### Example

0 commit comments

Comments
 (0)