Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 29e92e2

Browse files
committedMar 29, 2025·
chore: fix failing text
1 parent c4b94f5 commit 29e92e2

File tree

1 file changed

+4
-4
lines changed
  • crates/lad_backends/mdbook_lad_preprocessor/tests/books/example_ladfile/expected/parent/lad

1 file changed

+4
-4
lines changed
 

‎crates/lad_backends/mdbook_lad_preprocessor/tests/books/example_ladfile/expected/parent/lad/types.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ All registered reflect\-able types which can be constructed and directly manipul
66

77
| Type | Summary |
88
| --- | --- |
9-
| [`StructType<usize>`](/parent/lad/types/structtypeusize.md) | I am a struct |
10-
| [`EnumType`](/parent/lad/types/enumtype.md) | No Documentation 🚧 |
11-
| [`TupleStructType`](/parent/lad/types/tuplestructtype.md) | I am a tuple test type |
12-
| [`UnitType`](/parent/lad/types/unittype.md) | I am a unit test type |
9+
| [`StructType<usize>`](././types/structtypeusize.md) | I am a struct |
10+
| [`EnumType`](././types/enumtype.md) | No Documentation 🚧 |
11+
| [`TupleStructType`](././types/tuplestructtype.md) | I am a tuple test type |
12+
| [`UnitType`](././types/unittype.md) | I am a unit test type |
1313

0 commit comments

Comments
 (0)
Please sign in to comment.