Documentation: fix typo and grammar issues (#3291)

This commit is contained in:
Oleksandr Redko
2023-02-28 15:52:52 +02:00
committed by GitHub
parent 0a7b051fed
commit 372552bf1f
8 changed files with 11 additions and 11 deletions

View File

@ -476,7 +476,7 @@ With the -hitcount option a condition on the breakpoint hit count can be set, th
The -per-g-hitcount option works like -hitcount, but use per goroutine hitcount to compare with n.
With the -clear option a condtion on the breakpoint can removed.
With the -clear option a condition on the breakpoint can removed.
The '% n' form means we should stop at the breakpoint when the hitcount is a multiple of n.