mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 10:22:16 +00:00
fix(curriculum): correct broken feedback sentence in raise statement (#67573)
This commit is contained in:
+3
-3
@@ -185,7 +185,7 @@ It raises a generic `Exception`.
|
||||
|
||||
### --feedback--
|
||||
|
||||
Refer back to the section about `raise`. understand how it behaves without arguments.
|
||||
Refer back to the section about `raise` to understand how it behaves without arguments.
|
||||
|
||||
---
|
||||
|
||||
@@ -193,7 +193,7 @@ It does nothing.
|
||||
|
||||
### --feedback--
|
||||
|
||||
Refer back to the section about `raise`. understand how it behaves without arguments.
|
||||
Refer back to the section about `raise` to understand how it behaves without arguments.
|
||||
|
||||
---
|
||||
|
||||
@@ -205,7 +205,7 @@ It raises a `TypeError`.
|
||||
|
||||
### --feedback--
|
||||
|
||||
Refer back to the section about `raise`. understand how it behaves without arguments.
|
||||
Refer back to the section about `raise` to understand how it behaves without arguments.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user