Skip to content

Commit 31e56c2

Browse files
committed
add literal around getcurrent error
1 parent 4e69a9f commit 31e56c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/predefined/closure/getcurrent.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</para>
2020
<para>
2121
This method must be called from within a closure; calling it outside of a
22-
closure context will result in Error: Current function is not a closure.
22+
closure context will result in <literal>Error: Current function is not a closure.</literal>
2323
</para>
2424
</refsect1>
2525

0 commit comments

Comments
 (0)