Skip to content

Commit

Permalink
Update description.ru.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmdlt authored Dec 22, 2023
1 parent a112f22 commit e756eb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ theory: |
Почему символ первый, а указан 0? В программировании отсчет начинается с нуля. Поэтому первый символ находится на нулевой позиции — «индекс 0».
Соответственно, у последнего символа индекс равен длине строки 1:
Соответственно, у последнего символа индекс равен длине строки минус 1:
```java
// google length => 6
Expand Down

0 comments on commit e756eb8

Please sign in to comment.