Skip to content

Commit 453f476

Browse files
authored
typo: external types s/function/type (#578)
1 parent 37ccb34 commit 453f476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/external-types/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
External types can be used to refer to data types defined in other languages, such as Erlang or JavaScript.
44

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.
5+
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.
66

77
```gleam
88
pub type OrderedDictionary(element)

0 commit comments

Comments
 (0)