mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-08-10 05:48:17 +00:00
fix grammar issue in comment
This commit is contained in:
parent
d32b3c1995
commit
661f6e10ab
5 changed files with 7 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue