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

Commit a2dab20

Browse files
authored
Improve Portuguese sentence in example
Use "este" instead of "esse" in international example, so that it becomes compatible with European Portuguese as well as Brazillian Portuguese.
1 parent ddfa63d commit a2dab20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/example.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fn main() {
1414
4 => println!("このコードは編集して実行出来ます!"),
1515
5 => println!("여기에서 코드를 수정하고 실행할 수 있습니다!"),
1616
6 => println!("Ten kod można edytować oraz uruchomić!"),
17-
7 => println!("Esse código é editável e executável!"),
17+
7 => println!("Este código é editável e executável!"),
1818
8 => println!("Этот код можно отредактировать и запустить!"),
1919
9 => println!("Bạn có thể edit và run code trực tiếp!"),
2020
10 => println!("这段代码是可以编辑并且能够运行的!"),

0 commit comments

Comments
 (0)