Skip to content

Commit b94b948

Browse files
committed
Clarify comment
1 parent 5449e03 commit b94b948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/truffleruby/core/array/ArrayEachIteratorNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public abstract RubyArray execute(RubyArray array, RubyProc block, int startAt,
4444

4545
@Specialization(limit = "storageStrategyLimit()")
4646
protected RubyArray iterateMany(RubyArray array, RubyProc block, int startAt, ArrayElementConsumerNode consumerNode,
47-
// Checkstyle: stop -- Verified @Bind is not necessary here due to use of `accept`.
47+
// Checkstyle: stop -- Verified @Bind is not necessary here due to using `Library#accepts()`.
4848
@CachedLibrary("array.store") ArrayStoreLibrary stores,
4949
// Checkstyle: resume
5050
@Cached LoopConditionProfile loopProfile,

0 commit comments

Comments
 (0)