Skip to content

Commit f12e211

Browse files
Update README.md
1 parent b4f6e96 commit f12e211

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/constraint-theory-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The central data structure representing a discrete geometric manifold of Pythago
121121
```mermaid
122122
graph TD
123123
A[PythagoreanManifold] --> B[Contains]
124-
B --> C[Triples<br/>(3,4,5), (5,12,13), ...]
124+
B --> C[Triples<br/> (3,4,5) , (5,12,13), ...]
125125
A --> D[Indexed By]
126126
D --> E[KD-Tree]
127127
A --> F[Supports]

0 commit comments

Comments
 (0)