From ff2ca6969d6720e07b522ff05cf42b7a63278f88 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Thu, 22 Feb 2024 07:12:30 -0500 Subject: [PATCH] fix function name --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index fbba5c4..dd97a22 100644 --- a/API.md +++ b/API.md @@ -152,7 +152,7 @@ Set a socket to timeout after Wait_ms milliseconds if reading or writing doesn't * 0 on success * -1 on error -#### RESULT=Socket Close(Socket) +#### RESULT=Socket Close Socket(Socket) Close a socket.