Skip to content

Commit b873fdf

Browse files
authored
fix typo
1 parent 6ff24c7 commit b873fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spectator/lang/go/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ config, _ := NewConfigWithBuffer("udp", nil, nil, 61440, 5*time.Second)
242242

243243
### Low Latency Buffer
244244

245-
THe Low Latency Buffer builds arrays of buffers that are optimized for introducing the least amount of
245+
The Low Latency Buffer builds arrays of buffers that are optimized for introducing the least amount of
246246
latency in highly multithreaded applications that record many metrics. It offers write performance up to
247247
~1 M lines/sec (spectatord maximum), with a latency per write ranging from 0.6 to 7 us, depending upon
248248
the number of threads in use.

0 commit comments

Comments
 (0)