fixed comment typo

This commit is contained in:
monica 2023-03-30 12:31:12 -04:00
parent 5e524a2569
commit b49d8b3dea
No known key found for this signature in database
GPG key ID: ADCCDBBE0E3D3B3B

View file

@ -66,7 +66,7 @@ pub enum ReceiveResult<'a, 'b, Application: ApplicationLayer> {
///
/// A FIPS/NIST compliant variant of Noise_XK with hybrid Kyber1024 PQ data forward secrecy.
pub struct Session<'a, Application: ApplicationLayer> {
/// The receive vontext associated with this session,
/// The receive context associated with this session,
/// only this context can receive messages from the remote peer.
/// **Read-only**.
pub context: &'a Context<'a, Application>,