Fix typo in internals.rst (#342)

This commit is contained in:
Sijie Yang 2021-10-28 10:10:52 +08:00 committed by GitHub
parent e1c20fcbee
commit 83eb86cb6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1854,7 +1854,7 @@ idle timer.
The function ``process_incoming_packet`` contains some client-only logic
for processing version negotiation and stateless retry packets. In the
normal case, ``process_regular_packet()`` is called. This is where the
incoming process is decrypted, the `Receive
incoming packet is decrypted, the `Receive
History <#receive-history>`__ is updated, ``parse_regular_packet()`` is
called, and some post-processing takes place (most importantly,
scheduling an ACK to be sent).