Skip to content

Commit

Permalink
fixed typo at lasagna/docs/introduction.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dalprahcd committed Jan 18, 2025
1 parent 600595e commit 07e4bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/lasagna/.docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub fn greeting() {

### Code comments

Comments can be used to leave notes for other developers reading the source code. Comments in Gleam are single lines preceeded by `//`.
Comments can be used to leave notes for other developers reading the source code. Comments in Gleam are single lines preceded by `//`.

```gleam
pub fn main() {
Expand Down

0 comments on commit 07e4bd0

Please sign in to comment.