Skip to content

Commit 7b18543

Browse files
committed
Merge pull request #666 from Slix/patch-1
Fix missing apostrophes in docs
2 parents f3453aa + 3bc9f52 commit 7b18543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ information on how to create port bindings and volume mappings.
184184

185185
The `mem_limit` variable accepts float values (which represent the memory limit
186186
of the created container in bytes) or a string with a units identification char
187-
('100000b', 1000k', 128m', '1g'). If a string is specified without a units
187+
('100000b', '1000k', '128m', '1g'). If a string is specified without a units
188188
character, bytes are assumed as an intended unit.
189189

190190
`volumes_from` and `dns` arguments raise [TypeError](

0 commit comments

Comments
 (0)