Skip to content

Commit 92f6868

Browse files
authored
Merge pull request #195 from kmkaplan/patch-1
Fix typo
2 parents 322a2ce + b5dcf2c commit 92f6868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/predictability.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ for secondary constructors to be suffixed `_with_foo`, as in
192192
options though, consider the builder pattern ([C-BUILDER]) instead.
193193

194194
Some constructors are "conversion constructors", methods that create a new type
195-
from an existing value of a different type. These typically have names begining
195+
from an existing value of a different type. These typically have names beginning
196196
with `from_` as in [`std::io::Error::from_raw_os_error`]. Note also though the
197197
`From` trait ([C-CONV-TRAITS]), which is quite similar. There are three
198198
distinctions between a `from_`-prefixed conversion constructor and a `From<T>`

0 commit comments

Comments
 (0)