Skip to content

Commit

Permalink
editorial update
Browse files Browse the repository at this point in the history
  • Loading branch information
chikoski committed Oct 15, 2016
1 parent e56a1bc commit 993f81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ println!("{}", label);
let hello = "Hello";
let world = "world!";
let hello = hello.to_string();
let buffer = new String();
let mut buffer = new String();
buffer = buffer + &hello + world;
println!("{}", buffer);
~~~
Expand Down

0 comments on commit 993f81b

Please sign in to comment.