diff options
author | xegineering <me@xegineering.eu> | 2024-10-02 21:43:11 +0200 |
---|---|---|
committer | xegineering <me@xegineering.eu> | 2024-10-02 21:43:11 +0200 |
commit | b6fa67af2c4478b99408bf919ba76a38400ee8d6 (patch) | |
tree | 6833d59ded837f3bd065b12908166d4d8b13a4f1 | |
parent | 07741b358ba75350e7be36ee76f45afa18b0461b (diff) | |
download | soundbox-go-b6fa67af2c4478b99408bf919ba76a38400ee8d6.tar soundbox-go-b6fa67af2c4478b99408bf919ba76a38400ee8d6.tar.zst soundbox-go-b6fa67af2c4478b99408bf919ba76a38400ee8d6.zip |
Fix example documentation
-rw-r--r-- | examples_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples_test.go b/examples_test.go index 777ae52..8d233db 100644 --- a/examples_test.go +++ b/examples_test.go @@ -8,7 +8,7 @@ import ( ) // ExampleClient demonstrates how to instantiate a Client struct. The used MAC -// address if from a private range according to +// address is from an address range suitable for documentation according to // https://www.rfc-editor.org/rfc/rfc9542.html#name-48-bit-mac-documentation-va. func ExampleClient() { s, err := soundbox.NewClient("00:00:5E:00:53:01") |