Skip to content

Commit 0c7d305

Browse files
committed
Fix JavaDoc typo
1 parent 51cc0ef commit 0c7d305

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/AuthenticatorAssertionExtensionOutputs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
/**
4242
* Contains <a
4343
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#authenticator-extension-output">authenticator
44-
* extension outputs</a> from a <code>navigator.credentials.create()</code> operation.
44+
* extension outputs</a> from a <code>navigator.credentials.get()</code> operation.
4545
*
4646
* <p>Note that there is no guarantee that any extension input present in {@link
4747
* RegistrationExtensionInputs} will have a corresponding output present here.

0 commit comments

Comments
 (0)