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

Commit a506ee7

Browse files
authored
Merge pull request #944 from Enet4/patch-1
Improve Portuguese (PT[BR] / PT[PT]) sentence in example
2 parents ddfa63d + a2dab20 commit a506ee7

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)