Skip to content

Commit

Permalink
Update exercises/concept/lasagna/.docs/introduction.md
Browse files Browse the repository at this point in the history
oops...

Co-authored-by: András B Nagy <[email protected]>
  • Loading branch information
colinleach and BNAndras authored Sep 22, 2024
1 parent 18af01a commit 76d6208
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 @@ -47,7 +47,7 @@ These mostly work conventionally:
```julia
2 + 3 # 5 (addition)
2 - 3 # -1 (subtraction)
2 * 3 # 6 (mutlplication)
2 * 3 # 6 (multiplication)
8 / 2 # 4.0 (division with floating-point result)
8 % 3 # 2 (remainder)
```
Expand Down

0 comments on commit 76d6208

Please sign in to comment.