Browse Source

docs(cameltosnakecase): ran prettier format

DEV-4017-prototypes-exercise-1-animals
jrosendo 2 years ago committed by José Rosendo
parent
commit
2b02ed5fbd
  1. 7
      subjects/cameltosnakecase/README.md

7
subjects/cameltosnakecase/README.md

@ -1,4 +1,4 @@
## cameltosnakecase
## cameltosnakecase
### Instructions
@ -19,7 +19,7 @@ Rules for writing in `camelCase`:
- No two capitalized letters shall follow directly each other (CamelCAse).
- Numbers or punctuation are not allowed in the word anywhere (camelCase1).
### Expected function
### Expected function
```go
func CamelToSnakeCase(s string) string{
@ -27,7 +27,7 @@ func CamelToSnakeCase(s string) string{
}
```
### Usage
### Usage
Here is a possible program to test your function:
@ -61,4 +61,3 @@ CAMELtoSnackCASE
camel_To_Snake_Case
hey2
```

Loading…
Cancel
Save