Browse Source

docs(printandmis) : change a variable name

pull/1513/head
zainab Dnaya 2 years ago committed by Michele
parent
commit
890844f458
  1. 2
      subjects/printandmiss/README.md

2
subjects/printandmiss/README.md

@ -11,7 +11,7 @@ Write a function called `PrintAndMiss` that takes a string and an integer and re
### Expected function ### Expected function
```go ```go
func PrintAndMiss(arg string, loop int) string { func PrintAndMiss(arg string, num int) string {
} }
``` ```
### Usage ### Usage

Loading…
Cancel
Save