mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): incorrect variable name in lesson (#52836)
This commit is contained in:
parent
b1f9fd558a
commit
f8e7ff01dd
@ -7,7 +7,7 @@ dashedName: step-5
|
||||
|
||||
# --description--
|
||||
|
||||
Use the slice syntax to extract the right half of `array` and assign it to a variable named `right_array`.
|
||||
Use the slice syntax to extract the right half of `array` and assign it to a variable named `right_part`.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user