Skip to content

Commit 75c6341

Browse files
committed
Fix raise
1 parent 11d372b commit 75c6341

File tree

1 file changed

+1
-1
lines changed
  • lib/rex/java/serialization/model

1 file changed

+1
-1
lines changed

lib/rex/java/serialization/model/field.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def initialize(stream = nil)
3232
#
3333
# @param io [IO] the io to read from
3434
# @return [self] if deserialization succeeds
35-
# @false [RuntimeError] if deserialization doesn't succeed
35+
# @raise [RuntimeError] if deserialization doesn't succeed
3636
def decode(io)
3737
code = io.read(1)
3838

0 commit comments

Comments
 (0)