Add a comment.
This commit is contained in:
parent
6ba4c2f017
commit
b142ed296c
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user