From 3bc9f52d9dc9e176e7435ff94a1d21b5e9bd194d Mon Sep 17 00:00:00 2001 From: Peter Kowalczyk Date: Thu, 2 Jul 2015 10:42:08 -0500 Subject: [PATCH] Fix missing apostrophes in docs --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 4b641471..5a3b3222 100644 --- a/docs/api.md +++ b/docs/api.md @@ -184,7 +184,7 @@ information on how to create port bindings and volume mappings. The `mem_limit` variable accepts float values (which represent the memory limit of the created container in bytes) or a string with a units identification char -('100000b', 1000k', 128m', '1g'). If a string is specified without a units +('100000b', '1000k', '128m', '1g'). If a string is specified without a units character, bytes are assumed as an intended unit. `volumes_from` and `dns` arguments raise [TypeError](