summaryrefslogtreecommitdiff
path: root/vendor/github.com/google/uuid/node_js.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/google/uuid/node_js.go')
-rw-r--r--vendor/github.com/google/uuid/node_js.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/google/uuid/node_js.go b/vendor/github.com/google/uuid/node_js.go
index 24b78edc9..b2a0bc871 100644
--- a/vendor/github.com/google/uuid/node_js.go
+++ b/vendor/github.com/google/uuid/node_js.go
@@ -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 }