Skip to content

Commit cc8a470

Browse files
committed
spelling: little
Signed-off-by: Josh Soref <[email protected]>
1 parent f1f40bd commit cc8a470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/_posts/2018-06-04-scalac-profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ shapeless.Strict[caseapp.core.Parser[bloop.cli.Commands.Run]] (id 12121) (expand
704704
On every stack trace, you have also the information about the timing. The
705705
unit of time is microseconds. So one million μs is one second. We use
706706
microseconds because flamegraphs cannot display decimal values and we want
707-
to lose as litle time precision as possible.
707+
to lose as little time precision as possible.
708708
709709
Beware that an implicit search may not appear in the flamegraph even if it's
710710
performed by `scalac`. There could be implicit searches that are so fast to

0 commit comments

Comments
 (0)