Skip to content

Commit 32efe30

Browse files
committed
Fix doc
1 parent 8806632 commit 32efe30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ pub enum Kind {
107107
Array(Type),
108108
/// A range type along with the type of its elements.
109109
Range(Type),
110-
/// Domain type along with its underlying type.
110+
/// A domain type along with its underlying type.
111111
Domain(Type),
112112
#[doc(hidden)]
113113
__PseudoPrivateForExtensibility,

0 commit comments

Comments
 (0)