Skip to content

Commit 404e6aa

Browse files
committed
[DOC] Fix typo in rb_debug_inspector_current_depth
1 parent 5e2e45f commit 404e6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ruby/debug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ VALUE rb_debug_inspector_frame_depth(const rb_debug_inspector_t *dc, long index)
297297
#define RB_DEBUG_INSPECTOR_FRAME_DEPTH(dc, index) rb_debug_inspector_frame_depth(dc, index)
298298

299299
/**
300-
* Return current frmae depth.
300+
* Return current frame depth.
301301
*
302302
* @retval The depth of the current frame in Integer.
303303
*/

0 commit comments

Comments
 (0)