diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/testscript.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/testscript.cli b/doc/testscript.cli index 7ca06c8..2cc843d 100644 --- a/doc/testscript.cli +++ b/doc/testscript.cli @@ -849,7 +849,7 @@ performed starting from the scope where the variable is referenced (expanded), continuing with the outer testscript scopes, and then continuing in the buildfile as described in \l{#integration Build System Integration}. -A scope also establishes a cleanup context. All cleanups (\l{syntax-cleanup +A scope also establishes a cleanup context. All cleanups (\l{#syntax-cleanup Cleanup}) registered in a scope are performed at the end of that scope's execution in the reverse order of their registration. |