Skip to content

Commit f4d6d56

Browse files
Fix typo in crate level docs
1 parent e5d3420 commit f4d6d56

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
@@ -2,7 +2,7 @@
22
//!
33
//! The core of the library is the [`Config`] trait and [its derive-macro][macro@Config].
44
//! You define your configuration value as one or more structs, each of which has
5-
//! to `#[derive(Config)]`. Then you can use different ways of loading an instancce
5+
//! to `#[derive(Config)]`. Then you can use different ways of loading an instance
66
//! of your root configuration struct.
77
//!
88
//!

0 commit comments

Comments
 (0)