Skip to content

Commit

Permalink
fix typo (#11309)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdur-rahmaanJ authored May 6, 2024
1 parent 868bbd4 commit 2f1983e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/red_knot/src/db/jars.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use crate::db::query::QueryResult;
/// `Database` trait and the jar allows to write queries in isolation without having to know how they get composed at the upper levels.
///
/// Salsa further defines a `HasIngredient` trait which slices the jar to a specific storage (e.g. a specific cache).
/// We don't need this just jet because we write our queries by hand. We may want a similar trait if we decide
/// We don't need this just yet because we write our queries by hand. We may want a similar trait if we decide
/// to use a macro to generate the queries.
pub trait HasJar<T> {
/// Gives a read-only reference to the jar.
Expand Down

0 comments on commit 2f1983e

Please sign in to comment.