From 804d53f17496d81185273e14d352942b7378f446 Mon Sep 17 00:00:00 2001 From: Ifrah Neria <169075769+NeriaIfrah@users.noreply.github.com> Date: Sun, 17 May 2026 23:45:04 +0300 Subject: [PATCH] Fix typo: duplicate "use" in docs/index.md Corrected a typo in the documentation regarding the usage of the common API provided by libmodbus. --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 4fd485bf..c665e738 100644 --- a/docs/index.md +++ b/docs/index.md @@ -47,7 +47,7 @@ The function will return an opaque structure called `modbus_t` containing all necessary information to establish a connection with other Modbus devices according to the selected backend. -Once this context has been created, you can use use the common API provided by +Once this context has been created, you can use the common API provided by *libmodbus* to read/write or set the various timeouts. With this common API, it's easy to switch the backend of your application from RTU to TCP IPv6 for example.