Skip to content

Commit ad7e942

Browse files
committed
chore(dir-structure::doc): fix mark in filter step in intro guide
1 parent 0fdaca3 commit ad7e942

File tree

3 files changed

+3
-20
lines changed

3 files changed

+3
-20
lines changed

doc/docs/content/docs/dx/dir-structure/.guide.mdx.doctests

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
/// subdirs: DirChildren<SubDir, Filt, Vfs::Path>,
409409
/// }
410410
///
411-
/// // !mark(1:11)
411+
/// // !mark(1:7)
412412
/// struct Filt;
413413
///
414414
/// // !tooltip[/Filter/] Filter
@@ -866,22 +866,5 @@
866866
///
867867
///
868868
///
869-
///
870-
///
871-
///
872-
///
873-
///
874-
///
875-
///
876-
///
877-
///
878-
///
879-
///
880-
///
881-
///
882-
///
883-
///
884-
///
885-
///
886869
/// </ScrollyCoding>
887870
struct Guide;

doc/docs/content/docs/dx/dir-structure/guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ struct Dir<Vfs: VfsCore<Path = Path>> {
405405
subdirs: DirChildren<SubDir, Filt, Vfs::Path>,
406406
}
407407

408-
// !mark(1:11)
408+
// !mark(1:7)
409409
struct Filt;
410410

411411
// !tooltip[/Filter/] Filter

doc/guides/dx/dir-structure/guide/steps/filter-subdirs/code.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ struct Dir<Vfs: VfsCore<Path = Path>> {
1717
subdirs: DirChildren<SubDir, Filt, Vfs::Path>,
1818
}
1919

20-
// !mark(1:11)
20+
// !mark(1:7)
2121
struct Filt;
2222

2323
// !tooltip[/Filter/] Filter

0 commit comments

Comments
 (0)