We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489a2be commit a6e7e37Copy full SHA for a6e7e37
exercises/concept/log-levels/.docs/instructions.md
@@ -24,7 +24,7 @@ Define a `LogLevel` enum that has six elements corresponding to the above log le
24
- `Error`
25
- `Fatal`
26
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.
+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.
28
29
Note: The `LogLevel` enum has to be defined on top of the file (outside the function).
30
0 commit comments