Skip to content

Commit

Permalink
[ISSUE #187]Fix typos in ClientProps struct (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm authored Sep 13, 2023
1 parent fb8e87c commit 0049628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/props.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::collections::HashMap;
pub struct ClientProps {
/// server_addr like 127.0.0.1:8848
pub(crate) server_addr: String,
/// grppc port
/// grpc port
pub(crate) grpc_port: Option<u32>,
pub(crate) namespace: String,
/// app_name
Expand Down

0 comments on commit 0049628

Please sign in to comment.