mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-26 08:01:08 -04:00
fix(curriculum): guaranteed typo in daily challenge (#66307)
This commit is contained in:
@@ -9,7 +9,7 @@ dashedName: challenge-205
|
||||
|
||||
Given two integers, determine how many perfect cubes exist in the range between and including the two numbers.
|
||||
|
||||
- The lower number is not garanteed to be the first argument.
|
||||
- The lower number is not guaranteed to be the first argument.
|
||||
- A number is a perfect cube if there exists an integer (`n`) where `n * n * n = number`. For example, 27 is a perfect cube because `3 * 3 * 3 = 27`.
|
||||
|
||||
# --hints--
|
||||
|
||||
@@ -9,7 +9,7 @@ dashedName: challenge-205
|
||||
|
||||
Given two integers, determine how many perfect cubes exist in the range between and including the two numbers.
|
||||
|
||||
- The lower number is not garanteed to be the first argument.
|
||||
- The lower number is not guaranteed to be the first argument.
|
||||
- A number is a perfect cube if there exists an integer (`n`) where `n * n * n = number`. For example, 27 is a perfect cube because `3 * 3 * 3 = 27`.
|
||||
|
||||
# --hints--
|
||||
|
||||
Reference in New Issue
Block a user