1
Fork 0

Fix a comment.

It was duplicated from the method above.
This commit is contained in:
Nicholas Nethercote 2023-10-06 11:21:33 +11:00
parent 449b84cb99
commit 73420fc13b

View file

@ -147,9 +147,7 @@ impl<C> MaybeTransmutableQuery<Dfa<<C as QueryContext>::Ref>, C>
where where
C: QueryContext, C: QueryContext,
{ {
/// Answers whether a `Nfa` is transmutable into another `Nfa`. /// Answers whether a `Dfa` is transmutable into another `Dfa`.
///
/// This method converts `src` and `dst` to DFAs, then computes an answer using those DFAs.
pub(crate) fn answer(self) -> Answer<<C as QueryContext>::Ref> { pub(crate) fn answer(self) -> Answer<<C as QueryContext>::Ref> {
MaybeTransmutableQuery { MaybeTransmutableQuery {
src: &self.src, src: &self.src,