diff --git a/nxp74hc595/example_test.go b/nxp74hc595/example_test.go index ad3dcdd..c586953 100644 --- a/nxp74hc595/example_test.go +++ b/nxp74hc595/example_test.go @@ -18,7 +18,7 @@ func Example() { if _, err := host.Init(); err != nil { log.Fatal(err) } - // Open the SPI Bus + // Open the SPI Bus pc, err := spireg.Open("") if err != nil { log.Fatal(err) @@ -28,7 +28,7 @@ func Example() { if err != nil { log.Fatal(err) } - // Create a new 74HC595 device conn that bus. + // Create a new 74HC595 device conn that bus. dev, err := New(conn) if err != nil { log.Fatal(err)