Skip to content

Commit

Permalink
(gleam-for-elm-users) Typo on Gleam Modules code example
Browse files Browse the repository at this point in the history
`foo` should be `one` within the comment following the import
  • Loading branch information
korokd authored and lpil committed May 29, 2024
1 parent d292490 commit 9ff85e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheatsheets/gleam-for-elm-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ pub fn identity(x) {

```gleam
// in file main.gleam
import one // if foo was in a folder called `lib` the import would be `lib/one`
import one // if `one` was in a folder called `lib` the import would be `lib/one`
pub fn main() {
one.identity(1)
Expand Down

0 comments on commit 9ff85e8

Please sign in to comment.