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

Commit 5fafe06

Browse files
mreYamakaky
authored andcommitted
Fix typos (#118)
1 parent a3c6a79 commit 5fafe06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/all.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub mod feature {
1111
}
1212

1313
error_chain! {
14-
// Types generated by the macro. If empty of absent, it defaults to
14+
// Types generated by the macro. If empty or absent, it defaults to
1515
// Error, ErrorKind, Result;
1616
types {
1717
// With custom names:
@@ -20,7 +20,7 @@ error_chain! {
2020
// Error, ErrorKind;
2121
}
2222

23-
// Automatic bindings to others error types generated by `error_chain!`.
23+
// Automatic bindings to other error types generated by `error_chain!`.
2424
links {
2525
Inner(inner::Error, inner::ErrorKind);
2626
// Attributes can be added at the end of the declaration.

0 commit comments

Comments
 (0)