Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Mar 5, 2024
1 parent 1abef50 commit 6ae7a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion writing-gleam.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ fn get(name: String) -> Nil {
```
```gleam
// in src/vars/internal.gleam
fn format_pair(name: String, value: String) -> String {
pub fn format_pair(name: String, value: String) -> String {
name <> "=" <> value
}
```
Expand Down

0 comments on commit 6ae7a97

Please sign in to comment.