This commit is contained in:
Steven Fackler 2016-02-01 23:31:20 +00:00
parent 88066323fd
commit 32efe3080c

View File

@ -107,7 +107,7 @@ pub enum Kind {
Array(Type),
/// A range type along with the type of its elements.
Range(Type),
/// Domain type along with its underlying type.
/// A domain type along with its underlying type.
Domain(Type),
#[doc(hidden)]
__PseudoPrivateForExtensibility,