Skip to content

Commit 65dec63

Browse files
committed
minor...word changed in warning
1 parent a2b261e commit 65dec63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/jruby/RubyProcess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ public IRubyObject op_rshift(ThreadContext context, IRubyObject other) {
334334
String message = switch ((int) places) {
335335
case 7 -> "Process::Status#coredump?";
336336
case 8 -> "Process::Status#exitstatus or Process::Status#stopsig";
337-
default -> "other Process::Status predicates";
337+
default -> "other Process::Status attributes";
338338
};
339339
deprecateAndSuggest(context, "Process::Status#>>", "3.5", message);
340340

0 commit comments

Comments
 (0)