1
0
mirror of https://github.com/google/uuid.git synced 2024-11-21 17:16:42 +02:00

docs: fix typo node_js docs (#117)

This PR corrects a typo in the comment.
This commit is contained in:
Oleksandr Redko 2023-08-18 02:04:03 +03:00 committed by GitHub
parent 574e687494
commit d71986992e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,6 @@
package uuid
// getHardwareInterface returns nil values for the JS version of the code.
// This remvoves the "net" dependency, because it is not used in the browser.
// This removes the "net" dependency, because it is not used in the browser.
// Using the "net" library inflates the size of the transpiled JS code by 673k bytes.
func getHardwareInterface(name string) (string, []byte) { return "", nil }