Skip to content

Commit 55a59c7

Browse files
authored
Fix a typo
1 parent 5e59eb8 commit 55a59c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
//! }
3737
//! ```
3838
//!
39-
//! Note unlike in normal Enum decarations you declare names of fields (which
39+
//! Note unlike in normal Enum declarations you declare names of fields (which
4040
//! are omitted from type). How they can be used is outlined below.
4141
//!
4242
//! Now you might have noticed trailing braces `{}`. They are used to define

0 commit comments

Comments
 (0)