Skip to content

Commit 95400c5

Browse files
committed
Auto merge of #25214 - acgtyrant:patch-1, r=brson
make the definition of static methods explicit
2 parents 7129b25 + 544362c commit 95400c5

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)