Fix typos

Encode unicode nonbreaking space
This commit is contained in:
Karl Seguin
2025-12-05 17:48:49 +08:00
parent dd3781a1ea
commit 61a1a2564e
7 changed files with 68 additions and 46 deletions

View File

@@ -486,7 +486,7 @@ pub const Client = struct {
}
// called by CDP
// Websocket frames have a variable lenght header. For server-client,
// Websocket frames have a variable length header. For server-client,
// it could be anywhere from 2 to 10 bytes. Our IO.Loop doesn't have
// writev, so we need to get creative. We'll JSON serialize to a
// buffer, where the first 10 bytes are reserved. We can then backfill