From 7bc21102e3520e09a9a950a9b8d6c50ccfb807be Mon Sep 17 00:00:00 2001 From: Shuhei Kadowaki <40514306+aviatesk@users.noreply.github.com> Date: Tue, 9 Feb 2021 23:05:14 +0900 Subject: [PATCH] outdent `UUID` doc (#39585) --- base/uuid.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base/uuid.jl b/base/uuid.jl index 04741e46185dc..16ffdcefccc8d 100644 --- a/base/uuid.jl +++ b/base/uuid.jl @@ -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