Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/ash/type/keyword.ex
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ defmodule Ash.Type.Keyword do
@moduledoc """
Represents a keyword list, stored as a `:map` in the database.

A builtin type that can be referenced via `:keyword_list`
A builtin type that can be referenced via `:keyword`

#{Spark.Options.docs(@constraints)}
"""
Expand Down
2 changes: 1 addition & 1 deletion lib/ash/type/term.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Ash.Type.Term do
@moduledoc """
Represents a raw elixir term in the database

A builtin type that can be referenced via `:binary`
A builtin type that can be referenced via `:term`
"""
use Ash.Type

Expand Down