Skip to content

Commit 2dea1d3

Browse files
committed
Remove repeated definite articles
Signed-off-by: cui fliter <imcusg@gmail.com>
1 parent d8cec56 commit 2dea1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/macros/panic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ the successful result of some computation, `Ok(T)`, or error types that
4242
represent an anticipated runtime failure mode of that computation, `Err(E)`.
4343
`Result` is used alongside user defined types which represent the various
4444
anticipated runtime failure modes that the associated computation could
45-
encounter. `Result` must be propagated manually, often with the the help of the
45+
encounter. `Result` must be propagated manually, often with the help of the
4646
`?` operator and `Try` trait, and they must be reported manually, often with
4747
the help of the `Error` trait.
4848

0 commit comments

Comments
 (0)