docs: normalize em dash to hyphen in Russian documentation and code comments

This commit is contained in:
zarazaex69
2026-05-24 05:31:55 +03:00
parent 5498f55083
commit 98c6dec4a0
27 changed files with 82 additions and 83 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ const (
// frameBufPool recycles plaintext buffers between Push (decrypts a wire
// frame into a buffer) and Read (consumes the buffer fully then returns
// it). It is global so all Conn instances share the same hot cache
// it). It is global so all Conn instances share the same hot cache -
// most clients in the same process talk to a handful of peers, and
// per-Conn pools fragment the warm set unnecessarily.
var frameBufPool = sync.Pool{ //nolint:gochecknoglobals // intentional process-wide buffer pool