Skip to content

Commit 3e8c4dd

Browse files
committed
style / doc fixes
1 parent 9e02a80 commit 3e8c4dd

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/ints

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/ints/IntNodes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
import com.oracle.truffle.api.nodes.Node;
5353

5454
/**
55-
* Namespace containing equivalent nodes of {@code _Pylong_XXX} private function from {@link longobject.c}
55+
* Namespace containing equivalent nodes of {@code _Pylong_XXX} private function from {@code longobject.c}
5656
*/
5757
public abstract class IntNodes {
5858
/**

0 commit comments

Comments
 (0)