Skip to content

Commit 4e16ac7

Browse files
authored
Fix minor white space issue in README.md (#162)
1 parent 3e83813 commit 4e16ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ $ gops memstats (<pid>|<addr>)
182182
If you want to force run garbage collection on the target program, run `gc`.
183183
It will block until the GC is completed.
184184

185-
#### $gops setgc (\<pid\>|\<addr\>) <perc>
185+
#### $ gops setgc (\<pid\>|\<addr\>) <perc>
186186

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

0 commit comments

Comments
 (0)