Skip to content

Commit 3bc9f52

Browse files
committed
Fix missing apostrophes in docs
1 parent f3453aa commit 3bc9f52

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)