We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 731dc06 + 33c186f commit 00f49b6Copy full SHA for 00f49b6
pkg/dev_compiler/GENERIC_METHODS.md
@@ -74,7 +74,7 @@ mode tools, but will be interpreted as `T` by strong mode. For example:
74
// In strong mode, the parameter x will have type S, and the return type will
75
// be S
76
// In normal mode, the parameter x will have type dynamic, and the return
77
-// type will be S.
+// type will be dynamic.
78
dynamic/*=S*/ foo/*<S>*/(dynamic/*=S*/ x) { return x; }
79
```
80
0 commit comments