[DOC] Fixed the FrozenError.new result [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2019-12-14 23:56:28 +09:00
parent 9e02568363
commit 33f0ef44fd
No known key found for this signature in database
GPG Key ID: 4BC7D6DF58D8DF60

View File

@ -1411,7 +1411,7 @@ exit_success_p(VALUE exc)
/*
* call-seq:
* FrozenError.new(msg=nil, receiver=nil) -> name_error
* FrozenError.new(msg=nil, receiver=nil) -> frozen_error
*
* Construct a new FrozenError exception. If given the <i>receiver</i>
* parameter may subsequently be examined using the FrozenError#receiver