Skip to content

Commit 2246f5d

Browse files
committed
Fix typo in JavaDoc
1 parent 2004327 commit 2246f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webauthn-server-core/src/main/java/com/yubico/webauthn/data/PublicKeyCredentialCreationOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public String toJson() throws JsonProcessingException {
200200
}
201201

202202
/**
203-
* Decode an {@link PublicKeyCredentialCreationOptions} from JSON. The inverse of {@link
203+
* Decode a {@link PublicKeyCredentialCreationOptions} from JSON. The inverse of {@link
204204
* #toJson()}.
205205
*
206206
* <p>If the JSON was generated by the {@link #toJson()} method, then {@link #fromJson(String)} in

0 commit comments

Comments
 (0)