From: Ralf Jung Date: Wed, 21 Nov 2018 14:18:06 +0000 (+0100) Subject: typo X-Git-Url: https://git.ralfj.de/web.git/commitdiff_plain/722c8001d506ec4b884bf1679f26268e373998da?ds=sidebyside typo --- diff --git a/ralf/_posts/2018-08-07-stacked-borrows.md b/ralf/_posts/2018-08-07-stacked-borrows.md index 6469a1d..f523482 100644 --- a/ralf/_posts/2018-08-07-stacked-borrows.md +++ b/ralf/_posts/2018-08-07-stacked-borrows.md @@ -198,7 +198,7 @@ However, I now came to the conclusion that tagging pointers is a price worth pay I hope you now have a clear idea of the basic structure of the model I am proposing: The stack of borrows, the freeze flag, and references tagged with the time at which they got created. The full model is not quite as simple, but it is not much more complicated either. -We need two add just two more concepts: Retagging and barriers. +We need to add just two more concepts: Retagging and barriers. ### 4.1 Retagging