Skip to content

Commit 7c463d0

Browse files
committed
fix typo
1 parent 5f0d0fa commit 7c463d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/README.profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ These are tools I recommend for profiling that help get a solid picture.
2525

2626
Flamegraphs are the core of basic profiling.
2727
They enable quickly finding hotspots in execution.
28-
My regularly sampling callstacks, flamegraphs are able to identify where time is being spent.
28+
By regularly sampling callstacks, flamegraphs are able to identify where time is being spent.
2929
This tool simply generates an `svg` to view.
3030

3131
This is a great place to start if new to profiling, but has a number of limitations.

0 commit comments

Comments
 (0)