Skip to content

Commit 9d085a5

Browse files
committed
collection: point docs at ID description
1 parent b7d8fc6 commit 9d085a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/data/collection.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Memorable.Data.Collection do
66
organizing images.
77
88
Collections are comprised of the following fields:
9-
- `id`: A base32-encoded UUIDv7 representing the collection
9+
- `id`: An [ID](`t:Memorable.Util.id/0`) representing the collection
1010
- `name`: The human-readable name of the collection
1111
- `creation_date`: A `DateTime` representing the time at which the collection was created.
1212
"""

0 commit comments

Comments
 (0)