Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 0d357fa

Browse files
authored
Merge pull request #779 from eyeplum/master
Refinement wording for Chinese example at index page
2 parents 8facb95 + c6088e3 commit 0d357fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/example.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fn main() {
99
1 => println!("Este código es editable y ejecutable!"),
1010
2 => println!("Ce code est modifiable et exécutable!"),
1111
3 => println!("このコードは編集して実行出来ます!"),
12-
4 => println!("这个代码是可以编辑并且能够运行的!"),
12+
4 => println!("这段代码是可以编辑并且能够运行的!"),
1313
_ => {},
1414
}
1515
}

_includes/example.rs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1 => <span class='prelude-val'>println!</span>(<span class='string'>"Este código es editable y ejecutable!"</span>),
1111
2 => <span class='prelude-val'>println!</span>(<span class='string'>"Ce code est modifiable et exécutable!"</span>),
1212
3 => <span class='prelude-val'>println!</span>(<span class='string'>"このコードは編集して実行出来ます!"</span>),
13-
4 => <span class='prelude-val'>println!</span>(<span class='string'>"这个代码是可以编辑并且能够运行的!"</span>),
13+
4 => <span class='prelude-val'>println!</span>(<span class='string'>"这段代码是可以编辑并且能够运行的!"</span>),
1414
_ => {},
1515
}
1616
}

0 commit comments

Comments
 (0)