Skip to content

Commit d9cafa7

Browse files
committed
docs: add missing backticks in 'run.md'
Signed-off-by: Hossein Abbasi <[email protected]>
1 parent 1df8feb commit d9cafa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ $ docker run -it -m 300M ubuntu:24.04 /bin/bash
419419

420420
We set memory limit only, this means the processes in the container can use
421421
300M memory and 300M swap memory, by default, the total virtual memory size
422-
(--memory-swap) will be set as double of memory, in this case, memory + swap
422+
(`--memory-swap`) will be set as double of memory, in this case, memory + swap
423423
would be 2*300M, so processes can use 300M swap memory as well.
424424

425425
```console

0 commit comments

Comments
 (0)