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

Commit 0b22c7d

Browse files
committed
Fix typo in UUID#pseudo_mac_address doc
1 parent b465305 commit 0b22c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/uuid.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def self.validate(uuid)
205205
##
206206
# Generate a pseudo MAC address because we have no pure-ruby way
207207
# to know the MAC address of the NIC this system uses. Note
208-
# that cheating with pseudo arresses here is completely legal:
208+
# that cheating with pseudo addresses here is completely legal:
209209
# see Section 4.5 of RFC4122 for details.
210210
#
211211
# This implementation is shamelessly stolen from

0 commit comments

Comments
 (0)