Skip to content

Commit

Permalink
Update introduction.md (typo)
Browse files Browse the repository at this point in the history
Small typo on the intro to the exercise "meltdown mitigation"
  • Loading branch information
lfmalves authored Jan 16, 2024
1 parent f4a14bc commit 5fd60e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if x > y:
elif y > z:
print("y is greater than x and z")
else:
print("z is great than x and y")
print("z is greater than x and y")
...
>>> z is great than x and y
```
Expand Down

0 comments on commit 5fd60e5

Please sign in to comment.