diff options
Diffstat (limited to 'src/layout/document.rs')
| -rw-r--r-- | src/layout/document.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/layout/document.rs b/src/layout/document.rs index 52d0d124..112457d6 100644 --- a/src/layout/document.rs +++ b/src/layout/document.rs @@ -23,9 +23,7 @@ impl Document { pub struct Pages { /// The size of the pages. pub size: Size, - /// The layout node that produces the actual pages (typically a [stack]). - /// - /// [stack]: struct.Stack.html + /// The layout node that produces the actual pages (typically a [`Stack`]). pub child: LayoutNode, } |
