Skip to content

Commit abe4aa7

Browse files
authored
Merge pull request #6360 from hsnabszhdn/add-missing-backticks
docs: add missing backticks in 'run.md'
2 parents 08f876d + d9cafa7 commit abe4aa7

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)