From efda9509942889d58a59ef1abeebab64d50631eb Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 18 Aug 2019 06:52:09 -0400 Subject: [PATCH] fix width of cell in memory tagging section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4658a0..ad6ebc0 100644 --- a/README.md +++ b/README.md @@ -714,7 +714,7 @@ The last slot is randomly chosen for the next alocation, and is assigned the random value 14. However, it's placed next to an allocation with the tag 14 so the tag is incremented and wraps around to 0: - | 3 | 4 | 15 | 7 | 14 | 0 | + | 3 | 4 | 15 | 7 | 14 | 0 | ## API extensions