Skip to content

Commit a29bde8

Browse files
Fix typo in docstring (exercism#2593)
Typo in Docstring of `meltdown mitigation` has been fixed.
1 parent 82c232b commit a29bde8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/concept/meltdown-mitigation/conditionals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def fail_safe(temperature, neutrons_produced_per_second, threshold):
5050
5151
- `temperature * neutrons per second` < 40% of `threshold` == 'LOW'
5252
- `temperature * neutrons per second` +/- 10% of `threshold` == 'NORMAL'
53-
- `temperature * neutron per second` is not in the above-stated ranges == 'DANGER'
53+
- `temperature * neutrons per second` is not in the above-stated ranges == 'DANGER'
5454
"""
5555

5656
pass

0 commit comments

Comments
 (0)