Skip to content

Commit 4734186

Browse files
committed
Fix it's typo
1 parent 9942326 commit 4734186

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
@@ -157,7 +157,7 @@ In Rust, "constructors" are just a convention. There are a variety of
157157
conventions around constructor naming, and the distinctions are often
158158
subtle.
159159

160-
A constructor in it's most basic form is a `new` method with no arguments.
160+
A constructor in its most basic form is a `new` method with no arguments.
161161

162162
```rust
163163
impl<T> Example<T> {

0 commit comments

Comments
 (0)