Browse Source

Uppercased fucntion

pull/75/head
Christopher Fremond 6 years ago committed by Frenchris
parent
commit
f83f26b1b1
  1. 2
      subjects/ispowerof2.en.md

2
subjects/ispowerof2.en.md

@ -9,7 +9,7 @@ This function returns true if the given number is a power of 2, otherwise it ret
## Expected function ## Expected function
```go ```go
func Ispowerof2(n uint) bool { func IsPowerOf2(n uint) bool {
} }
``` ```

Loading…
Cancel
Save