Skip to content

Commit 7328810

Browse files
committed
fix: typo in docs
Signed-off-by: Lei, HUANG <[email protected]>
1 parent 2d5171b commit 7328810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to/how-to-profile-memory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ curl -X POST localhost:4000/debug/prof/mem/activate
7373
curl -X POST localhost:4000/debug/prof/mem/deactivate
7474

7575
# Activate gdump feature that dumps memory profiling data every time virtual memory usage exceeds previous maximum value.
76-
`curl -X POST localhost:4000/debug/prof/mem/gdump -d 'activate=true'`
76+
curl -X POST localhost:4000/debug/prof/mem/gdump -d 'activate=true'
7777

7878
# Deactivate gdump.
7979
curl -X POST localhost:4000/debug/prof/mem/gdump -d 'activate=false'

0 commit comments

Comments
 (0)