Add a comment.

This commit is contained in:
Nicholas Nethercote 2023-11-20 16:11:06 +11:00
parent 6ba4c2f017
commit b142ed296c

View File

@ -591,6 +591,8 @@ pub fn descr(self) -> &'static str {
}
}
// Currently trivial, but exists in case a new kind is added in the future whose name starts
// with a vowel.
pub fn article(self) -> &'static str {
"a"
}