diff options
author | Ricardo Fernández Serrata <76864299+Rudxain@users.noreply.github.com> | 2024-03-26 21:35:47 -0400 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-03-27 01:50:39 +0000 |
commit | bcbd1c69a85e4572a0542ef205bd2528532b618b (patch) | |
tree | 4eb799edd7920cf7d21ff78d4c5732941a241f7d /src/content | |
parent | 4584a2908610c4e57b912bb7b11c9a667f1e5a63 (diff) | |
download | tour-bcbd1c69a85e4572a0542ef205bd2528532b618b.tar.gz tour-bcbd1c69a85e4572a0542ef205bd2528532b618b.zip |
fix "funtions" typo in `lesson14_type_imports`
Diffstat (limited to 'src/content')
-rw-r--r-- | src/content/chapter0_basics/lesson14_type_imports/en.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/chapter0_basics/lesson14_type_imports/en.html b/src/content/chapter0_basics/lesson14_type_imports/en.html index 84f18a5..37595e5 100644 --- a/src/content/chapter0_basics/lesson14_type_imports/en.html +++ b/src/content/chapter0_basics/lesson14_type_imports/en.html @@ -13,5 +13,5 @@ </p> <p> It is more common in Gleam code for types to be imported in an unqualified way - than it is for funtions to be imported in an unqualified way. + than it is for functions to be imported in an unqualified way. </p> |