mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-22 12:56:33 +00:00
Fix typo
This commit is contained in:
parent
fecec6bab2
commit
38e708b68b
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ mod query_group;
|
|||
/// recomputed. The default is to call a function in the same
|
||||
/// module with the same name as the query.
|
||||
/// - `#[query_type(MyQueryTypeName)]` specifies the name of the
|
||||
/// dummy struct created fo the query. Default is the name of the
|
||||
/// dummy struct created for the query. Default is the name of the
|
||||
/// query, in camel case, plus the word "Query" (e.g.,
|
||||
/// `MyQueryQuery` and `OtherQueryQuery` in the examples above).
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue