diff options
Diffstat (limited to 'src/exec/context.rs')
| -rw-r--r-- | src/exec/context.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exec/context.rs b/src/exec/context.rs index 7dc51796..b5298313 100644 --- a/src/exec/context.rs +++ b/src/exec/context.rs @@ -167,7 +167,7 @@ struct StackBuilder { impl StackBuilder { fn new(state: &State) -> Self { Self { - dirs: Gen::new(Dir::TTB, state.lang.dir), + dirs: Gen::new(state.lang.dir, Dir::TTB), children: vec![], last: Last::None, par: ParBuilder::new(state), |
