Skip to content

Commit fc88422

Browse files
committed
fix navpoint matrix text
1 parent b6d0c51 commit fc88422

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/file-formats/navpoint-matrix.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ Consequently the main diagonal's distance is always 0:
1414
\\[
1515
x = y \implies dist_{xy} = dist_{yx} = 0 \land next_{xy} = next_{yx} = x = y
1616
\\]
17-
Cells of directly connected navpoints and of navpoints connected through only one other navpoint are symmetric:
17+
Cells of directly connected navpoints point to the other cell:
1818
\\[
1919
next_{xy} = y \implies next_{yx} = x
2020
\\]
21+
Cells of navpoints connected through only one other navpoint are symmetric:
2122
\\[
2223
next_{xz} = y \land next_{yz} = z \implies next_{zx} = y \land next_{yx} = x
2324
\\]

0 commit comments

Comments
 (0)