fix(curriculum): incorrect variable name in lesson (#52836)

This commit is contained in:
Hemant Sharma 2023-12-31 11:22:21 +05:30 committed by GitHub
parent b1f9fd558a
commit f8e7ff01dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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--