Skip to content

Commit

Permalink
Clean up documentation wording
Browse files Browse the repository at this point in the history
  • Loading branch information
runesoerensen committed Oct 22, 2024
1 parent 6f4aea4 commit 9d6aea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libcnb-test/src/container_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ impl ContainerConfig {
self
}

/// Mount a `source` file or directory on the host machine into the container `target`. Useful
/// for integration tests that depend on persistent storage shared between container executions.
/// Mount a host file or directory `source` into the container `target`. Useful for
/// integration tests that depend on persistent storage shared between container executions.
///
/// See: [Docker Engine: Bind Mounts](https://docs.docker.com/engine/storage/bind-mounts/)
///
Expand Down

0 comments on commit 9d6aea9

Please sign in to comment.