From 4439c6368eefd389c755eacfd8569c8ba3bbc583 Mon Sep 17 00:00:00 2001 From: Donny <130464015+defitricks@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:58:42 +0200 Subject: [PATCH] Typo fix Update mod.rs Fix grammatical error in Config field documentation --- src/config/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/mod.rs b/src/config/mod.rs index e90ab94..50b9c9d 100644 --- a/src/config/mod.rs +++ b/src/config/mod.rs @@ -67,7 +67,7 @@ pub struct Config { pub checkpoint_sync_url: Option, /// The port of the `Magi` RPC server pub rpc_port: u16, - /// The socket address of RPC server + /// The socket address of the RPC server pub rpc_addr: String, /// The devnet mode. /// If devnet is enabled.