Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #55 from v-kolesnikov/patch-1
Browse files Browse the repository at this point in the history
Fix typo in `UUID#pseudo_mac_address` doc
  • Loading branch information
assaf committed Sep 16, 2019
2 parents b465305 + 0b22c7d commit 27599f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/uuid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def self.validate(uuid)
##
# Generate a pseudo MAC address because we have no pure-ruby way
# to know the MAC address of the NIC this system uses. Note
# that cheating with pseudo arresses here is completely legal:
# that cheating with pseudo addresses here is completely legal:
# see Section 4.5 of RFC4122 for details.
#
# This implementation is shamelessly stolen from
Expand Down

0 comments on commit 27599f2

Please sign in to comment.