Skip to content

Commit 2c8db78

Browse files
authored
docs: improve documentation for the Extensions::insert method (#705)
1 parent a753ce4 commit 2c8db78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extensions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ impl Extensions {
4848
/// Insert a type into this `Extensions`.
4949
///
5050
/// If a extension of this type already existed, it will
51-
/// be returned.
51+
/// be returned and replaced with the new one.
5252
///
5353
/// # Example
5454
///

0 commit comments

Comments
 (0)