1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-23 12:52:07 +01:00

Fix javadoc error

This commit is contained in:
Paul Schaub 2021-03-23 01:26:51 +01:00
parent d0a162ce74
commit ed43d3c6a9
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -94,7 +94,7 @@ public enum SignatureSubpacket {
trustSignature(TRUST_SIG),
/**
* Used in conjunction with trust Signature packets (of level > 0) to
* Used in conjunction with trust Signature packets (of level greater 0) to
* limit the scope of trust that is extended. Only signatures by the
* target key on User IDs that match the regular expression in the body
* of this packet have trust extended by the trust Signature subpacket.