From 9a7f663e1ab8acbd9da4c2e93b09682fce9f8e5c Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Mon, 1 Feb 2021 22:51:51 +0800 Subject: [PATCH] Fix typo in tutorial (#225) --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 2e56566..1bcba03 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -117,7 +117,7 @@ a struct of type :type:`lsquic_engine_api`. This structure lists several user-specified function pointers that the engine is to use to perform various functions. Mandatory among these are: -- function to set packets out, :member:`lsquic_engine_api.ea_packets_out`; +- function to send packets out, :member:`lsquic_engine_api.ea_packets_out`; - functions linked to connection and stream events, :member:`lsquic_engine_api.ea_stream_if`; - function to look up certificate to use, :member:`lsquic_engine_api.ea_lookup_cert` (in server mode); and