Skip to content

Commit

Permalink
docs: Correct import internal module statements in vars.gleam and var…
Browse files Browse the repository at this point in the history
…s_test.gleam
  • Loading branch information
areel authored and lpil committed Sep 1, 2024
1 parent a058250 commit 67e1884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions writing-gleam.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ import argv
import envoy
import gleam/io
import gleam/result
import vars/internal
import internal
pub fn main() {
// Omitted for brevity
Expand All @@ -250,7 +250,7 @@ Open up the `test/vars_test.gleam` file and write a test for the `format_pair`.
// in test/vars_test.gleam
import gleeunit
import gleeunit/should
import vars/internal
import internal
pub fn main() {
gleeunit.main()
Expand Down

0 comments on commit 67e1884

Please sign in to comment.