diff options
Diffstat (limited to 'src/model/realize.rs')
| -rw-r--r-- | src/model/realize.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/model/realize.rs b/src/model/realize.rs index 10e1b0e2..e96e0dc1 100644 --- a/src/model/realize.rs +++ b/src/model/realize.rs @@ -176,9 +176,8 @@ pub trait Show { /// Post-process an element after it was realized. pub trait Finalize { - /// Finalize the fully realized form of the element. Use this for effects that - /// should work even in the face of a user-defined show rule, for example - /// the linking behaviour of a link element. + /// Finalize the fully realized form of the element. Use this for effects + /// that should work even in the face of a user-defined show rule. fn finalize(&self, realized: Content, styles: StyleChain) -> Content; } |
