Skip to content

Commit

Permalink
docs: fix typo node_js docs (#117)
Browse files Browse the repository at this point in the history
This PR corrects a typo in the comment.
  • Loading branch information
alexandear committed Aug 17, 2023
1 parent 574e687 commit d719869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_js.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

0 comments on commit d719869

Please sign in to comment.