Skip to content

Commit 951d4d3

Browse files
authored
[Meltdown Mitigation]: Correct Typo in introduction.md (#3758)
great --> greater on line 53.
1 parent 00d5bcc commit 951d4d3

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
@@ -50,7 +50,7 @@ elif y > z:
5050
else:
5151
print("z is greater than x and y")
5252
...
53-
>>> z is great than x and y
53+
>>> z is greater than x and y
5454
```
5555

5656
[Boolean operations][boolean operations] and [comparisons][comparisons] can be combined with conditionals for more complex testing:

0 commit comments

Comments
 (0)