Skip to content

Commit

Permalink
[ISSUE #234]Fixing some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm committed Oct 17, 2023
1 parent fc050e4 commit 7cedfd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion volo-build/src/grpc_backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ impl CodegenBackend for VoloGrpcBackend {
let ty = self.trait_input_ty(a.ty.clone(), client_streaming, true);

let ident = &a.name;
// args are unsed, add _ to avoid unused variable warning
// args are unused, add _ to avoid unused variable warning
format!("_{ident}: {ty}")
})
.join(",");
Expand Down
2 changes: 1 addition & 1 deletion volo-cli/src/bin/volo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fn main() -> Result<()> {
error!("{}", e);
}

// detech new version and notify the user
// detect new version and notify the user
let pkg_name = env!("CARGO_PKG_NAME");
let current_version = env!("CARGO_PKG_VERSION");

Expand Down

0 comments on commit 7cedfd3

Please sign in to comment.