We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90d7c1 commit fbddb56Copy full SHA for fbddb56
doc/Type/CallFrame.pod6
@@ -136,7 +136,8 @@ Returns a L<CallFrame|/type/CallFrame> object for the given level. If no level
136
is given, the default level is 0. Positive levels move up the frame stack and
137
negative levels move down (into the call to C<callframe> and deeper).
138
139
-Returns L<Mu|/type/Mu> if there is no call information for the given level. Negative levels may result in an exception.
+Returns L<Mu|/type/Mu> if there is no call information for the given level.
140
+Negative levels may result in an exception.
141
142
=end pod
143
0 commit comments