We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ede513 commit 93a704fCopy full SHA for 93a704f
_content/blog/execution-traces-2024/flightrecorder.go
@@ -29,7 +29,7 @@ func main() {
29
30
// We saw a long request. Take a snapshot!
31
if time.Since(start) > 300*time.Millisecond {
32
- // Do it only once for simplicitly, but you can take more than one.
+ // Do it only once for simplicity, but you can take more than one.
33
once.Do(func() {
34
// Grab the snapshot.
35
var b bytes.Buffer
0 commit comments