Skip to content

Commit

Permalink
Update Fiber#backtrace doc [See bug #17408]
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Dec 22, 2020
1 parent 843fd1e commit d0050ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cont.c
Expand Up @@ -2410,9 +2410,9 @@ rb_fiber_raise(int argc, VALUE *argv, VALUE fiber_value)
*
* f.resume
*
* # It is empty after the fiber is finished
* # It is nil after the fiber is finished
* f.backtrace
* #=> []
* #=> nil
*
*/
static VALUE
Expand Down

0 comments on commit d0050ed

Please sign in to comment.