Skip to content

Commit

Permalink
Fixed example numbering and description
Browse files Browse the repository at this point in the history
- 3 no longer appears twice (the second occurrence should have been 4)
- differentiate between no body and fully-spanning body
  • Loading branch information
shrugalic committed Dec 31, 2022
1 parent 96baa43 commit 1652316
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions book/memory-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,13 @@ There are nine example slices here, but they can be reduced into six specific
categories, and two general ones:

1. empty: row 1
1. partially-spanning tail, no body: row 2
1. minor (interior of an element, no edge indices): row 3
1. partially-spanning head, fully-spanning body: rows 3 and 6
1. partially-spanning tail, fully-spanning body: rows 2 and 7
1. major (partial head, partial tail, full body): rows 5 and 8
1. partially-spanning head, no body: rows 4
1. major (partial head, partial tail, no body): row 5
1. partially-spanning head, fully-spanning body: row 6
1. partially-spanning tail, fully-spanning body: row 7
1. major (partial head, partial tail, full body): row 8
1. spanning: row 9

The minor slice (row 3) is irreducible; the rest can all be divided into three
Expand Down

0 comments on commit 1652316

Please sign in to comment.