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 37ccb34 commit 453f476Copy full SHA for 453f476
concepts/external-types/about.md
@@ -2,7 +2,7 @@
2
3
External types can be used to refer to data types defined in other languages, such as Erlang or JavaScript.
4
5
-To define an external function declare a type but do not provide any constructors. This can then be used in the same way as any other type.
+To define an external type, declare a type but do not provide any constructors. This can then be used in the same way as any other type.
6
7
```gleam
8
pub type OrderedDictionary(element)
0 commit comments