Skip to content

Commit 544362c

Browse files
committed
Update method-syntax.md
make the definition of static methods explicit
1 parent b402c43 commit 544362c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/method-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ circle to any arbitrary size.
129129

130130
# Static methods
131131

132-
You can also define methods that do not take a `self` parameter. Here’s a
132+
You can also define static methods that do not take a `self` parameter. Here’s a
133133
pattern that’s very common in Rust code:
134134

135135
```

0 commit comments

Comments
 (0)