Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
/ lanai Public archive

Commit 93ffe6a

Browse files
committedMar 2, 2021
8262892: minor typo in implSpec comment
Reviewed-by: bpb
1 parent 4f4d0f5 commit 93ffe6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/jdk.incubator.foreign/share/classes/jdk/incubator/foreign/Addressable.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* and {@link CLinker.VaList}.
3737
*
3838
* @implSpec
39-
* Implementations of this interface <a href="{@docRoot}/java.base/java/lang/doc-files/ValueBased.html">value-based</a>.
39+
* Implementations of this interface are <a href="{@docRoot}/java.base/java/lang/doc-files/ValueBased.html">value-based</a>.
4040
*/
4141
public interface Addressable {
4242
/**

0 commit comments

Comments
 (0)