diff options
Diffstat (limited to 'src/library/structure')
| -rw-r--r-- | src/library/structure/list.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/structure/list.rs b/src/library/structure/list.rs index 7a43e5db..9d78238d 100644 --- a/src/library/structure/list.rs +++ b/src/library/structure/list.rs @@ -328,7 +328,7 @@ impl Label { Self::Content(content) => content.clone(), Self::Func(func, span) => { let args = Args::new(*span, [Value::Int(number as i64)]); - func.call_detached(world, args)?.display() + func.call_detached(world, args)?.display(world) } }) } |
