Browse Source

typo fix

pull/248/head
Christopher Fremond 5 years ago
parent
commit
bdfbd87aea
  1. 2
      subjects/printnbr.en.md
  2. 2
      subjects/printnbr.fr.md

2
subjects/printnbr.en.md

@ -9,7 +9,7 @@ You cannot convert to `int64`.
### Expected function ### Expected function
```go ```go
func PrintNbr(int n) { func PrintNbr(n int) {
} }
``` ```

2
subjects/printnbr.fr.md

@ -9,7 +9,7 @@ Vous ne pouvez pas convertir en `int64`.
### Fonction attendue ### Fonction attendue
```go ```go
func PrintNbr(int n) { func PrintNbr(n int) {
} }
``` ```

Loading…
Cancel
Save