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

Commit 2d29566

Browse files
authored
Merge pull request #882 from plafue/example-spanish-fix
Fix spanish string for "This code is editable and runnable" in example.rs
2 parents 889ead3 + ac7636e commit 2d29566

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
@@ -8,7 +8,7 @@ fn main() {
88
print!("{} : ", greeting);
99
match num {
1010
0 => println!("This code is editable and runnable!"),
11-
1 => println!("Este código es editable y ejecutable!"),
11+
1 => println!("¡Este código es editable y ejecutable!"),
1212
2 => println!("Ce code est modifiable et exécutable!"),
1313
3 => println!("Questo codice è modificabile ed eseguibile!"),
1414
4 => println!("このコードは編集して実行出来ます!"),

0 commit comments

Comments
 (0)