mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-02-02 09:46:06 +00:00
commit
668870fc8a
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ enum HelloWorldGroupKey__ {
|
||||||
The `Query` trait that we saw earlier includes a method `group_key` for wrapping
|
The `Query` trait that we saw earlier includes a method `group_key` for wrapping
|
||||||
the key for some individual query into the group key.
|
the key for some individual query into the group key.
|
||||||
|
|
||||||
### Group storege
|
### Group storage
|
||||||
|
|
||||||
The "group storage" is the actual struct that contains all the hashtables and
|
The "group storage" is the actual struct that contains all the hashtables and
|
||||||
so forth for each query. The types of these are ultimately defined by the
|
so forth for each query. The types of these are ultimately defined by the
|
||||||
|
|
Loading…
Reference in a new issue