From b73a9388eeca89eb606d5b604625d08536337aa3 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 31 Oct 2024 03:17:57 +0200 Subject: [PATCH] update comment --- src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.rs b/src/client.rs index 1f2686b..7335b61 100644 --- a/src/client.rs +++ b/src/client.rs @@ -1,4 +1,4 @@ -//! Client API to interact Server for +//! Client API to interact Server using //! [Gemini protocol](https://geminiprotocol.net/docs/protocol-specification.gmi) pub mod response;