LM 3 жил өмнө
parent
commit
ddb344b56a
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      client/src/lib.rs

+ 1 - 1
client/src/lib.rs

@@ -42,7 +42,7 @@ const PROGRAM_DATA: &str = "Program data: ";
 pub type EventHandle = PubsubClientSubscription<RpcResponse<RpcLogsResponse>>;
 
 /// Client defines the base configuration for building RPC clients to
-/// communitcate with Anchor programs running on a Solana cluster. It's
+/// communicate with Anchor programs running on a Solana cluster. It's
 /// primary use is to build a `Program` client via the `program` method.
 pub struct Client {
     cfg: Config,