Skip to content

Commit 7eeccb6

Browse files
amartini51rolsen8
andcommitted
Fix typo
Co-authored-by: Robert Olsen <rolsen8@apple.com>
1 parent 507abfb commit 7eeccb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TSPL.docc/ReferenceManual/GenericParametersAndArguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ The *generic argument list* is a comma-separated list of type arguments.
310310
A *type argument* is the name of an actual concrete type that replaces
311311
a corresponding type parameter in the generic parameter clause of a generic type ---
312312
or, for an integer generic parameter,
313-
a integer value that replaces that integer generic parameter.
313+
an integer value that replaces that integer generic parameter.
314314
The result is a specialized version of that generic type.
315315
The example below shows a simplified version of the Swift standard library's
316316
generic dictionary type.

0 commit comments

Comments
 (0)