From a4d05c8c4b62fa10ba86f48e954e9c8eb0c61468 Mon Sep 17 00:00:00 2001 From: Matthijs Brobbel Date: Fri, 26 Jun 2020 16:40:32 +0200 Subject: [PATCH] Update plumbing.md Fixed a small typo. --- book/src/plumbing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/plumbing.md b/book/src/plumbing.md index b1223836..4de5dfde 100644 --- a/book/src/plumbing.md +++ b/book/src/plumbing.md @@ -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