Skip to content

Commit 5ff9916

Browse files
authored
Merge pull request #155 from adrian5/patch-2
Fix typo
2 parents b9cb21e + a52dff7 commit 5ff9916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/predictability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ conventions for their constructors, as in [`File::open`], [`Mmap::open`],
187187
as appropriate for the domain.
188188

189189
Often there are multiple ways to construct a type. It's common in these cases
190-
for secondary constructors to be be suffixed, `_with_foo`, as in
190+
for secondary constructors to be suffixed `_with_foo`, as in
191191
[`Mmap::open_with_offset`]. If your type has a multiplicity of construction
192192
options though, consider the builder pattern ([C-BUILDER]) instead.
193193

0 commit comments

Comments
 (0)