From 83eb86cb6d00d7035de0601c581d1b1ef2633720 Mon Sep 17 00:00:00 2001 From: Sijie Yang Date: Thu, 28 Oct 2021 10:10:52 +0800 Subject: [PATCH] Fix typo in internals.rst (#342) --- docs/internals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals.rst b/docs/internals.rst index bae9e2d..be218c4 100644 --- a/docs/internals.rst +++ b/docs/internals.rst @@ -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).