diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-10-01 13:15:10 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-10-01 13:15:10 +0200 |
| commit | aafd3c95cacd829b647cfab1533de5d4833b9a04 (patch) | |
| tree | 3a16ea942eb71dcda46dd9a3112fa83db0729a7b /src/library/boxed.rs | |
| parent | 885bfec5d7524845b41e180fadc9cf5626157eec (diff) | |
Rename table to dict ✏
Diffstat (limited to 'src/library/boxed.rs')
| -rw-r--r-- | src/library/boxed.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/boxed.rs b/src/library/boxed.rs index 5d98760f..672e77d1 100644 --- a/src/library/boxed.rs +++ b/src/library/boxed.rs @@ -8,7 +8,7 @@ use crate::length::ScaleLength; /// - `height`: The height of the box (length of relative to parent's height). pub async fn boxed( _: Span, - mut args: TableValue, + mut args: DictValue, mut ctx: LayoutContext<'_>, ) -> Pass<Value> { let mut f = Feedback::new(); |
