Skip to content

Commit a6e7e37

Browse files
Yabby1997ErikSchierboom
authored andcommitted
Fix typo in line 27, from defind to define (exercism#2833)
1 parent 489a2be commit a6e7e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/log-levels/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Define a `LogLevel` enum that has six elements corresponding to the above log le
2424
- `Error`
2525
- `Fatal`
2626

27-
Defind the `parse_log_level` function which will take the 1 parameter, the log message. Return the Type of Log Level the log message belongs to.
27+
Define the `parse_log_level` function which will take the 1 parameter, the log message. Return the Type of Log Level the log message belongs to.
2828

2929
Note: The `LogLevel` enum has to be defined on top of the file (outside the function).
3030

0 commit comments

Comments
 (0)