Skip to content

Commit

Permalink
Fix minor white space issue in README.md (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckSoft committed Mar 16, 2022
1 parent 3e83813 commit 4e16ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -182,7 +182,7 @@ $ gops memstats (<pid>|<addr>)
If you want to force run garbage collection on the target program, run `gc`.
It will block until the GC is completed.

#### $gops setgc (\<pid\>|\<addr\>) <perc>
#### $ gops setgc (\<pid\>|\<addr\>) <perc>

Sets the garbage collection target to a certain percentage.
The following command sets it to 10%:
Expand Down

0 comments on commit 4e16ac7

Please sign in to comment.