1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[DOC] Fixed indent [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2021-01-14 21:35:38 +09:00
parent 6bcc4664bd
commit 834b404b9a
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -884,7 +884,7 @@ queue_do_push(VALUE self, struct rb_queue *q, VALUE obj)
* *
* ClosedQueueError is inherited from StopIteration, so that you can break loop block. * ClosedQueueError is inherited from StopIteration, so that you can break loop block.
* *
* Example: * Example:
* *
* q = Queue.new * q = Queue.new
* Thread.new{ * Thread.new{