Skip to content

Commit

Permalink
change example function name as to show up in godoc. (google#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuralSpaz authored and maruel committed Nov 19, 2018
1 parent 68388aa commit 1a8389e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conn/gpio/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func ExamplePinOut() {
}
}

func ExamplePinOut_PWM() {
func ExamplePinOut_pWM() {
// Make sure periph is initialized.
if _, err := host.Init(); err != nil {
log.Fatal(err)
Expand Down

0 comments on commit 1a8389e

Please sign in to comment.