fix: correct comment in UUID type (#115)

This commit is contained in:
Jan Pieper 2020-09-21 23:51:58 +02:00 committed by GitHub
parent 80980f4435
commit 348a814fc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ defmodule Ash.Type.UUID do
@moduledoc """
Represents a UUID.
A builtin type that can be referenced via `:utc_datetime`
A builtin type that can be referenced via `:uuid`
"""
use Ash.Type