[DOC] Fix typo in rb_debug_inspector_current_depth

This commit is contained in:
Peter Zhu 2025-11-27 21:14:07 -05:00
parent 5e2e45fc24
commit 404e6aa9b5
Notes: git 2025-11-28 02:24:23 +00:00

View File

@ -297,7 +297,7 @@ VALUE rb_debug_inspector_frame_depth(const rb_debug_inspector_t *dc, long index)
#define RB_DEBUG_INSPECTOR_FRAME_DEPTH(dc, index) rb_debug_inspector_frame_depth(dc, index)
/**
* Return current frmae depth.
* Return current frame depth.
*
* @retval The depth of the current frame in Integer.
*/