Skip to content

Commit 93a704f

Browse files
kevinburkegopherbot
authored andcommitted
blog/execution-traces-2024: fix spelling error in example
Change-Id: Id7cc0fbfc133ac6f1e2927241b794c665e5f66f3 Reviewed-on: https://go-review.googlesource.com/c/website/+/571855 Reviewed-by: Cherry Mui <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 0ede513 commit 93a704f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_content/blog/execution-traces-2024/flightrecorder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func main() {
2929

3030
// We saw a long request. Take a snapshot!
3131
if time.Since(start) > 300*time.Millisecond {
32-
// Do it only once for simplicitly, but you can take more than one.
32+
// Do it only once for simplicity, but you can take more than one.
3333
once.Do(func() {
3434
// Grab the snapshot.
3535
var b bytes.Buffer

0 commit comments

Comments
 (0)