mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): fix typo from indentified to identified (#64957)
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ dashedName: what-is-string-slicing-and-how-does-it-work
|
||||
|
||||
# --description--
|
||||
|
||||
In a previous lesson, you learned how each character in a string can be indentified by its index (starting from zero), and accessed using the bracket notation:
|
||||
In a previous lesson, you learned how each character in a string can be identified by its index (starting from zero), and accessed using the bracket notation:
|
||||
|
||||
```python
|
||||
my_str = "Hello world"
|
||||
|
||||
Reference in New Issue
Block a user