We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd76ca commit a5503fbCopy full SHA for a5503fb
src/java.base/share/classes/java/lang/foreign/Linker.java
@@ -797,7 +797,7 @@ sealed interface Option
797
* arguments</li>
798
* <li>{@code N}, none of the arguments passed to the function are passed as
799
* variadic arguments</li>
800
- * <li>{@code n}, where {@code 0 < m < N}, the arguments {@code m..N} are passed
+ * <li>{@code m}, where {@code 0 < m < N}, the arguments {@code m..N-1} are passed
801
* as variadic arguments</li>
802
* </ul>
803
* It is important to always use this linker option when linking a
0 commit comments