8262892: minor typo in implSpec comment

Reviewed-by: bpb
This commit is contained in:
Jonathan Gibbons 2021-03-02 22:53:18 +00:00
parent 4f4d0f5366
commit 93ffe6a6a2

View File

@ -36,7 +36,7 @@ package jdk.incubator.foreign;
* and {@link CLinker.VaList}.
*
* @implSpec
* Implementations of this interface <a href="{@docRoot}/java.base/java/lang/doc-files/ValueBased.html">value-based</a>.
* Implementations of this interface are <a href="{@docRoot}/java.base/java/lang/doc-files/ValueBased.html">value-based</a>.
*/
public interface Addressable {
/**