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.
1 parent 507abfb commit 7eeccb6Copy full SHA for 7eeccb6
TSPL.docc/ReferenceManual/GenericParametersAndArguments.md
@@ -310,7 +310,7 @@ The *generic argument list* is a comma-separated list of type arguments.
310
A *type argument* is the name of an actual concrete type that replaces
311
a corresponding type parameter in the generic parameter clause of a generic type ---
312
or, for an integer generic parameter,
313
-a integer value that replaces that integer generic parameter.
+an integer value that replaces that integer generic parameter.
314
The result is a specialized version of that generic type.
315
The example below shows a simplified version of the Swift standard library's
316
generic dictionary type.
0 commit comments