diff --git a/src/types/mod.rs b/src/types/mod.rs index b89e0210..6f579ce8 100644 --- a/src/types/mod.rs +++ b/src/types/mod.rs @@ -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,