Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion concepts/external-types/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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.

```gleam
pub type OrderedDictionary(element)
Expand Down