From 7b056a771bc75950b9810fd8aae054ef5de28f54 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 22 Feb 2021 08:58:03 +0100 Subject: Fix: Dot should be in quotes Signed-off-by: Matthias Beyer --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index a9d9264..45a3838 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( -- cgit v1.2.3