Skip to content

Commit

Permalink
doc UUID module (#33791)
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon authored and StefanKarpinski committed Dec 3, 2019
1 parent bc82c35 commit 5e0f0df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stdlib/UUIDs/src/UUIDs.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# This file is a part of Julia. License is MIT: https://julialang.org/license

"""
This module provides universally unique identifiers (UUIDs),
along with functions creating the different variants.
"""
module UUIDs

using Random
Expand Down

0 comments on commit 5e0f0df

Please sign in to comment.