Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
docs: fix typo (#164)
Browse files Browse the repository at this point in the history
fix lenght to length
  • Loading branch information
vuittont60 authored Oct 27, 2023
1 parent ab6b648 commit f3f1b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/part1_chapter3.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If we include the states indented:
```
arr = [64, 34, 25, 12, 22, 11, 90]
n = ?, i = ?, j = ?
set n to lenght of arr which is 7
set n to length of arr which is 7
arr = [64, 34, 25, 12, 22, 11, 90]
n = 7, i = ?, j = ?
set i to 1
Expand Down

0 comments on commit f3f1b83

Please sign in to comment.