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 dc08095 commit 7cb1456Copy full SHA for 7cb1456
_content/tour/generics.article
@@ -25,7 +25,7 @@ for any type that supports comparison.
25
* Generic types
26
27
In addition to generic functions, Go also supports generic types. A type can
28
-be parameterized with a type paremeter, which could be useful for implementing
+be parameterized with a type parameter, which could be useful for implementing
29
generic data structures.
30
31
This example demonstrates a simple type declaration for a singly-linked list
0 commit comments