Skip to content

Commit 47ab374

Browse files
committed
minor typo
1 parent b64c096 commit 47ab374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/object/PythonObjectLibrary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ public int length(Object receiver) {
10231023
}
10241024

10251025
/**
1026-
* @see #asIndexWithState
1026+
* @see #lengthWithState
10271027
*/
10281028
public final int lengthWithFrame(Object receiver, VirtualFrame frame) {
10291029
if (profileHasFrame(frame)) {

0 commit comments

Comments
 (0)