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:
parent
574e687494
commit
d71986992e
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user