Skip to content

Commit 6a6ce8f

Browse files
committed
revert translation(ja->en) in string literal
1 parent 6ca764b commit 6a6ce8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

1.6/ja/book/loops.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ Rustで使えるループなかで最もシンプルな形式が、無限 `loop`
1313

1414
```rust,ignore
1515
loop {
16-
# // println!("Loop forever!");
17-
println!("永久にループ!");
16+
println!("Loop forever!");
1817
}
1918
```
2019

0 commit comments

Comments
 (0)