Skip to content

Commit

Permalink
Fix an errant println.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Mar 1, 2024
1 parent a648cc7 commit 0342d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/guide/my-first-hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fn void main()
io::printn("Hello, World!");
}
```
The `import` statement imports other modules, and we want `println` which
The `import` statement imports other modules, and we want `printn` which
is in `std::io`

:::note
Expand Down

0 comments on commit 0342d67

Please sign in to comment.