Skip to content

Commit fbddb56

Browse files
committed
Wraps up refs #2719
1 parent e90d7c1 commit fbddb56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/Type/CallFrame.pod6

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ Returns a L<CallFrame|/type/CallFrame> object for the given level. If no level
136136
is given, the default level is 0. Positive levels move up the frame stack and
137137
negative levels move down (into the call to C<callframe> and deeper).
138138
139-
Returns L<Mu|/type/Mu> if there is no call information for the given level. Negative levels may result in an exception.
139+
Returns L<Mu|/type/Mu> if there is no call information for the given level.
140+
Negative levels may result in an exception.
140141
141142
=end pod
142143

0 commit comments

Comments
 (0)