Skip to content

Commit

Permalink
Update introduction.md
Browse files Browse the repository at this point in the history
should state external type instead of function
  • Loading branch information
paularmand authored and lpil committed Oct 14, 2024
1 parent a2f1e99 commit 9f6c5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/erlang-extraction/.docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fn tail_recursive_reverse(list, reversed) {

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

0 comments on commit 9f6c5c2

Please sign in to comment.