mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-27 15:07:03 +00:00
Update plumbing.md
Fixed a small typo.
This commit is contained in:
parent
ef92a0d832
commit
a4d05c8c4b
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 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
|
||||
so forth for each query. The types of these are ultimately defined by the
|
||||
|
|
Loading…
Reference in a new issue