diff options
-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") |