Skip to content
Merged
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
8 changes: 4 additions & 4 deletions docs/spec/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ This section defines a few terms that may be used elsewhere in the specification
contains ``Any`` or another :term:`gradual form`. A gradual type does not
necessarily represent a single set of possible runtime values; instead it
can represent a set of possible static types (a set of possible sets of
possible runtime values). Gradual types do not participate in the
:term:`subtype` relation, but they do participate in :term:`consistency
<consistent>` and :term:`assignability <assignable>`. They can be
:term:`materialized <materialize>` to a more static, or fully static,
possible runtime values). Gradual types which are not fully static do not
participate in the :term:`subtype` relation, but they do participate in
:term:`consistency <consistent>` and :term:`assignability <assignable>`.
They can be :term:`materialized <materialize>` to a more static, or fully static,
type. See :ref:`type-system-concepts`.

inline
Expand Down