Merge pull request #1598 from danbev/programmers_guide_typo

Fix typo in programmers-guide.rst
This commit is contained in:
Tatsuhiro Tsujikawa 2021-08-08 15:49:43 +09:00 committed by GitHub
commit 2b70cefd48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Architecture
The most notable point in nghttp2 library architecture is it does not
perform any I/O. nghttp2 only performs HTTP/2 protocol stuff based on
input byte strings. It will calls callback functions set by
input byte strings. It will call callback functions set by
applications while processing input. The output of nghttp2 is just
byte string. An application is responsible to send these output to
the remote peer. The callback functions may be called while producing