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

Commit 77b8029

Browse files
authored
Merge pull request #720 from ituxbag/master
Fixed Italian è vs é; better .gitignore for macOS
2 parents f9613ef + b6c615c commit 77b8029

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
_site
22
serve/
33
*~
4+
**/.DS_Store

it-IT/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="row pitch-row">
77
<div class="col-md-8">
88
<p class="pitch">
9-
<b>Rust</b> é un linguaggio di programmazione per sistemi
9+
<b>Rust</b> è un linguaggio di programmazione per sistemi
1010
ad altissime prestazioni
1111
che previene errori di segmentazione
1212
e garantisce la sicurezza dei dati tra i thread.

0 commit comments

Comments
 (0)