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

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