You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/doc/complement-lang-faq.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ Cleanup through RAII-style destructors is more likely to work than in catch bloc
76
76
77
77
## Why aren't modules type-parametric?
78
78
79
-
We want to maintain the option to parametrize at runtime. We may eventually change this limitation, but initially this is how type parameters were implemented.
79
+
We want to maintain the option to parameterize at runtime. We may eventually change this limitation, but initially this is how type parameters were implemented.
80
80
81
81
## Why aren't values type-parametric? Why only items?
0 commit comments