fix grammar issue in comment

This commit is contained in:
Robert Balicki 2025-01-26 20:19:06 -05:00
parent d32b3c1995
commit 661f6e10ab
5 changed files with 7 additions and 7 deletions

View file

@ -18,7 +18,7 @@ where
///
/// * `db`, the database.
/// * `active_query`, the active stack frame for the query to execute.
/// * `opt_old_memo`, the older memo, if any existed. Used for backdated.
/// * `opt_old_memo`, the older memo, if any existed. Used for backdating.
pub(super) fn execute<'db>(
&'db self,
db: &'db C::DbView,