Skip to content

Commit bd0b668

Browse files
committed
Simplify sentence
1 parent 12a2f32 commit bd0b668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ That was easy! Looks like we're spending all our time in `cpuIntensiveTask()`, s
110110

111111
![](./assets/pprof_cpu.png)
112112

113-
But before we get carried away with that, let's quickly double check this assumption by manually timing our function calls with `time.Since()` as described above:
113+
But before we get carried away, let's quickly double check this assumption by manually timing our function calls with `time.Since()` as described above:
114114

115115
```
116116
slowNetworkRequest: 66.815041ms

0 commit comments

Comments
 (0)