Skip to content

Commit

Permalink
Merge pull request docker#666 from Slix/patch-1
Browse files Browse the repository at this point in the history
Fix missing apostrophes in docs
  • Loading branch information
mpetazzoni committed Jul 2, 2015
2 parents f3453aa + 3bc9f52 commit 7b18543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](
Expand Down

0 comments on commit 7b18543

Please sign in to comment.