Skip to content

Commit

Permalink
outdent UUID doc (#39585)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk authored Feb 9, 2021
1 parent bbf7f97 commit 7bc2110
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base/uuid.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This file is a part of Julia. License is MIT: https://julialang.org/license

"""
Represents a Universally Unique Identifier (UUID).
Can be built from one `UInt128` (all byte values), two `UInt64`, or four `UInt32`.
Conversion from a string will check the UUID validity.
Represents a Universally Unique Identifier (UUID).
Can be built from one `UInt128` (all byte values), two `UInt64`, or four `UInt32`.
Conversion from a string will check the UUID validity.
"""
struct UUID
value::UInt128
Expand Down

0 comments on commit 7bc2110

Please sign in to comment.