Browse Source

fix int n -> n int

content-update
Louise Foussat 5 years ago committed by Christopher Fremond
parent
commit
1b12cbc0cd
  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