Skip to content

Commit 32a5e00

Browse files
committed
誤字修正
1 parent 1139c13 commit 32a5e00

File tree

1 file changed

+1
-1
lines changed
  • listings/ch08-common-collections/listing-08-19

1 file changed

+1
-1
lines changed

listings/ch08-common-collections/listing-08-19/output.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$ cargo run
22
Compiling collections v0.1.0 (file:///projects/collections)
33
error[E0277]: the type `String` cannot be indexed by `{integer}`
4-
(エラー: 型`String`は`{Integer}`で添え字アクセスできませんん)
4+
(エラー: 型`String`は`{Integer}`で添え字アクセスできません)
55
--> src/main.rs:3:16
66
|
77
3 | let h = s1[0];

0 commit comments

Comments
 (0)