Browse Source

docs(issamestring): fix typo

DEV-4017-prototypes-exercise-1-animals
jrosendo 2 years ago committed by José Rosendo
parent
commit
5c8be6373d
  1. 4
      subjects/issamestring/README.md

4
subjects/issamestring/README.md

@ -16,7 +16,7 @@ func IsSameString(s1, s2 string) bool {
### Usage
Here is a possible program to test your function :
Here is a possible program to test your function:
```go
package main
@ -33,7 +33,7 @@ func main() {
}
```
And its output :
And its output:
```console
$ go run .

Loading…
Cancel
Save