Skip to content

Commit cbd1f9c

Browse files
committed
消し忘れた段落を削除
1 parent 32a5e00 commit cbd1f9c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/ch08-02-strings.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -684,12 +684,6 @@ can crash your program.
684684

685685
### 文字列を走査するメソッド群
686686

687-
<!--
688-
Fortunately, you can access elements in a string in other ways.
689-
-->
690-
691-
幸いなことに、他の方法でも文字列の要素にアクセスすることができます。
692-
693687
<!--
694688
The best way to operate on pieces of strings is to be explicit about whether
695689
you want characters or bytes. For individual Unicode scalar values, use the

0 commit comments

Comments
 (0)