Skip to content

Commit 76fc862

Browse files
Bultjersimonsanorangecms
authored
fix small spelling mistake in generics-type-classes (#457)
Co-authored-by: simonsan <[email protected]> Co-authored-by: Daniel Maslowski <[email protected]>
1 parent 0b529da commit 76fc862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functional/generics-type-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ mod bootp {
118118
pub(crate) struct AuthInfo(); // no authentication in bootp
119119
}
120120

121-
// private module, lest outside users invent their own protocol kinds!
121+
// Keep the module private to prevent outside users from inventing their own protocols.
122122
mod proto_trait {
123123
use super::{bootp, nfs};
124124
use std::path::{Path, PathBuf};

0 commit comments

Comments
 (0)