Skip to content

Commit a654f77

Browse files
committed
fix typo
1 parent 6e3c2a7 commit a654f77

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

map.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,21 +1032,21 @@ sameSizeGrow 之后,数据排列更紧凑。
10321032
├──────────┤ │ ├──────────┤ │
10331033
│ 7 │ │ │ 7 │ ▼
10341034
└──────────┘ │ ├──────────┼───────────
1035-
│ │ 0 │ ▲
1035+
│ │ 8 │ ▲
10361036
│ ├──────────┤ │
1037-
└─────────────────────────────────────▶│ 1 │ │
1037+
└─────────────────────────────────────▶│ 9 │ │
10381038
├──────────┤ │
1039-
2 │ │
1039+
10 │ │
10401040
├──────────┤
1041-
3
1041+
11
10421042
├──────────┤ Y part
1043-
4
1043+
12
10441044
├──────────┤
1045-
5 │ │
1045+
13 │ │
10461046
├──────────┤ │
1047-
6 │ │
1047+
14 │ │
10481048
├──────────┤ │
1049-
7 │ ▼
1049+
15 │ ▼
10501050
└──────────┴───────────
10511051
```
10521052

0 commit comments

Comments
 (0)