Skip to content

Commit

Permalink
Doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Oct 10, 2024
1 parent 8626064 commit 9de75b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mirrord/cli/src/port_forward.rs
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ enum IncomingMode {
}

impl IncomingMode {
/// Creates a new instance from the given [`LayerConfig`].
/// Creates a new instance from the given [`IncomingConfig`].
fn new(config: &IncomingConfig) -> Self {
if !config.is_steal() {
return Self::Mirror;
Expand Down
2 changes: 1 addition & 1 deletion mirrord/layer/src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ pub enum IncomingMode {
}

impl IncomingMode {
/// Creates a new instance from the given [`LayerConfig`].
/// Creates a new instance from the given [`IncomingConfig`].
fn new(config: &IncomingConfig) -> Self {
if !config.is_steal() {
return Self::Mirror;
Expand Down

0 comments on commit 9de75b6

Please sign in to comment.