Skip to content

Commit

Permalink
Merge pull request #850 from z63d/fix/doc-comment
Browse files Browse the repository at this point in the history
fix: Corrected description of containerd_address from GRPC to ttrpc
  • Loading branch information
Mossaka authored Feb 14, 2025
2 parents ab57831 + d41d420 commit 85b2353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/containerd-shim-wasm/src/sandbox/instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub struct InstanceConfig {
bundle: PathBuf,
/// Namespace for containerd
namespace: String,
// /// GRPC address back to main containerd
/// ttrpc address back to main containerd
containerd_address: String,
}

Expand Down

0 comments on commit 85b2353

Please sign in to comment.