Skip to content

Commit bcf6bcf

Browse files
committed
Fix path
1 parent 8ee0937 commit bcf6bcf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/encoding.rbs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,9 @@ class Encoding::Converter < Object
923923
# p ec.primitive_convert(src, dst, nil, 1) #=> :destination_buffer_full
924924
# p ec.last_error #=> nil
925925
#
926-
def last_error: () -> (InvalidByteSequenceError | UndefinedConversionError | nil)
926+
def last_error: () -> ( Encoding::InvalidByteSequenceError
927+
| Encoding::UndefinedConversionError
928+
| nil )
927929

928930
# <!--
929931
# rdoc-file=transcode.c

0 commit comments

Comments
 (0)