Skip to content

Commit

Permalink
spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazzkid0 authored and giacomocavalieri committed Jul 6, 2024
1 parent 67032a4 commit 1a5bcc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/newsletter/.docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Values in Gleam are not "nil-able" or "nullable" like in some other languages. A

## IO

Like most programming language Gleam has "side effects", so functions can read and change the state of the world, as well as returning a value.
Like most programming languages Gleam has "side effects", so functions can read and change the state of the world, as well as returning a value.

The `gleam/io` module in the Gleam standard library provides functions for printing strings to the console.

Expand Down

0 comments on commit 1a5bcc4

Please sign in to comment.