diff options
Diffstat (limited to 'src/exec/context.rs')
| -rw-r--r-- | src/exec/context.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exec/context.rs b/src/exec/context.rs index 62f50880..b37b15cb 100644 --- a/src/exec/context.rs +++ b/src/exec/context.rs @@ -178,8 +178,8 @@ impl<'a> ExecContext<'a> { /// Start a layouting group. /// - /// All further calls to [`push`](Self::push) will collect nodes for this group. - /// The given metadata will be returned alongside the collected nodes + /// All further calls to [`push`](Self::push) will collect nodes for this + /// group. The given metadata will be returned alongside the collected nodes /// in a matching call to [`end_group`](Self::end_group). fn start_group<T: 'static>(&mut self, meta: T) { self.groups.push((Box::new(meta), std::mem::take(&mut self.inner))); |
