Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Aug 28, 2023
1 parent ac4ab53 commit 4fb9db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion concepts/io/introduction.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction

Like most programming language Gleam has "side effects", so functions can read with and change the state of the world, as well as returning a value.
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.

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

Expand Down
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 with and change the state of the world, as well as returning a value.
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.

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

Expand Down

0 comments on commit 4fb9db8

Please sign in to comment.