Skip to content

Commit 6da5374

Browse files
committed
修正漏れを修正
1 parent 777e045 commit 6da5374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch08-01-vectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Listing 8-4 shows both methods of accessing a value in a vector, with indexing
150150
syntax and the `get` method.
151151
-->
152152

153-
リスト8-5はベクタの値にアクセスする両方の方法として、添え字記法と`get`メソッドが示されています。
153+
リスト8-4はベクタの値にアクセスする両方の方法として、添え字記法と`get`メソッドが示されています。
154154

155155
```rust
156156
{{#rustdoc_include ../listings/ch08-common-collections/listing-08-04/src/main.rs:here}}

0 commit comments

Comments
 (0)