summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-03-08 11:23:28 +0100
committerGitHub <noreply@github.com>2021-03-08 11:23:28 +0100
commit007b05eaf5127bbaea27cfc816f307946bd7aa5f (patch)
treed4441e0b5e904f2b4376fe567b5068d31a6f5963 /src
parentc05a738a6c3752b45a2236363fab09e3bac09c24 (diff)
parent7b056a771bc75950b9810fd8aae054ef5de28f54 (diff)
Merge pull request #273 from matthiasbeyer/fix-doc
Fix: Dot should be in quotes
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index b18ba45..a011396 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -540,7 +540,7 @@ impl<'docker> Container<'docker> {
///
/// If `path` is not an absolute path, it is relative to the container’s root directory. The
/// resource specified by `path` must exist. To assert that the resource is expected to be a
- /// directory, `path` should end in `/` or `/`. (assuming a path separator of `/`). If `path`
+ /// directory, `path` should end in `/` or `/.` (assuming a path separator of `/`). If `path`
/// ends in `/.` then this indicates that only the contents of the path directory should be
/// copied. A symlink is always resolved to its target.
pub fn copy_from(