Skip to content

Commit

Permalink
introduction: add a : for consistency and readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Wertzui123 committed Jul 31, 2024
1 parent 822e592 commit 9391d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Save this code to a file and run it with `aspl run file.aspl`.
<br>That's it. You have just written your very first ASPL program! 🎉

## Comments
ASPL supports two styles of comments
ASPL supports two styles of comments:

### Single-line comments
If a line starts with `//`, everything after that is ignored by the ASPL parser and treated as a comment.
Expand Down

0 comments on commit 9391d99

Please sign in to comment.