Skip to content

Commit 5890176

Browse files
varkoroli-obk
andauthored
Double call
Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de>
1 parent 676988b commit 5890176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

const-generic-const-fn-bounds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ generic parameter type), because they are fully unconstrained.
2222
# Guide-level explanation
2323
[guide-level-explanation]: #guide-level-explanation
2424

25-
You can call call methods of generic parameters of a const function, because they are implicitly assumed to be
25+
You can call methods of generic parameters of a const function, because they are implicitly assumed to be
2626
`const fn`. For example, the `Add` trait declaration has an additional `const` before the trait name, so
2727
you can use it as a trait bound on your generic parameters:
2828

0 commit comments

Comments
 (0)