Skip to content

Commit

Permalink
docs(packet): Fix grammar issue in config comments
Browse files Browse the repository at this point in the history
Co-authored-by: Aron Wussler <[email protected]>
  • Loading branch information
lubux and wussler committed Nov 23, 2023
1 parent e94987c commit 26e7edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpgp/packet/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ type Config struct {
CacheSessionKey bool
// CheckPacketSequence is a flag that controls if the pgp message reader should strictly check
// that the packet sequence conforms with the grammar mandated by rfc4880.
// The default behavior, when the config or flag is nil, is to check he packet sequence.
// The default behavior, when the config or flag is nil, is to check the packet sequence.
CheckPacketSequence *bool
}

Expand Down

0 comments on commit 26e7edc

Please sign in to comment.