We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d372b commit 75c6341Copy full SHA for 75c6341
lib/rex/java/serialization/model/field.rb
@@ -32,7 +32,7 @@ def initialize(stream = nil)
32
#
33
# @param io [IO] the io to read from
34
# @return [self] if deserialization succeeds
35
- # @false [RuntimeError] if deserialization doesn't succeed
+ # @raise [RuntimeError] if deserialization doesn't succeed
36
def decode(io)
37
code = io.read(1)
38
0 commit comments