Skip to content

Commit 1aa00d9

Browse files
committed
Tweak wording in webauthn-server-attestation README
1 parent 310282e commit 1aa00d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webauthn-server-attestation/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ link:https://developers.yubico.com/java-webauthn-server/JavaDoc/webauthn-server-
311311
settings in
312312
link:https://developers.yubico.com/java-webauthn-server/JavaDoc/webauthn-server-attestation/2.2.0/com/yubico/fido/metadata/FidoMetadataService.html[`FidoMetadataService`].
313313
The filters are predicate functions;
314-
each metadata entry will be trusted if and only if the prefilter predicate returns `true` for that entry.
314+
each metadata entry will be included in the data source if and only if the prefilter predicate returns `true` for that entry.
315315
Similarly during registration or metadata lookup, the authenticator will be matched with each metadata entry
316316
only if the registration-time filter returns `true` for that pair of authenticator and metadata entry.
317317
You can also use the

0 commit comments

Comments
 (0)