Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 1657af3

Browse files
felixrabemitsuhiko
authored andcommitted
Typo (#242)
1 parent 1031a77 commit 1657af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/fail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ been designed to support a number of operations:
88
- It has both a `backtrace` and a `cause` method, allowing users to get
99
information about how the error occurred.
1010
- It supports wrapping failures in additional contextual information.
11-
- Because it is bound by `Send` and `Sync`, failures can be moved and share
11+
- Because it is bound by `Send` and `Sync`, failures can be moved and shared
1212
between threads easily.
1313
- Because it is bound by `'static`, the abstract `Fail` trait object can be
1414
downcast into concrete types.

0 commit comments

Comments
 (0)