mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[DOC] Fix typo in rb_debug_inspector_current_depth
This commit is contained in:
parent
5e2e45fc24
commit
404e6aa9b5
Notes:
git
2025-11-28 02:24:23 +00:00
@ -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.
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user