Skip to content

Commit 2a276fb

Browse files
authored
Update introduction.md (typo) (exercism#3596)
Small typo on the intro to the exercise "meltdown mitigation"
1 parent bd82097 commit 2a276fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/meltdown-mitigation/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if x > y:
4848
elif y > z:
4949
print("y is greater than x and z")
5050
else:
51-
print("z is great than x and y")
51+
print("z is greater than x and y")
5252
...
5353
>>> z is great than x and y
5454
```

0 commit comments

Comments
 (0)