Skip to content

Commit 17a8026

Browse files
committed
Add clarification to doc page
1 parent 01ec288 commit 17a8026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/contextual/extension-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Extensions can also take using clauses. For instance, the `+` extension above co
8686
```
8787

8888
**Note**: Type parameters have to be given after the `extension` keyword;
89-
they cannot be given after the `def`. This restriction might be lifted in the future once we support multiple type parameter clauses in a method.
89+
they cannot be given after the `def`. This restriction might be lifted in the future once we support multiple type parameter clauses in a method. By contrast, there can be using clauses in front as well as after the `def`.
9090

9191
### Collective Extensions
9292

0 commit comments

Comments
 (0)