mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 13:16:11 +03:00
typos
This commit is contained in:
@ -417,7 +417,7 @@ pub const ObjectMapUnmanaged = std.StringArrayHashMapUnmanaged(std.json.Value);
|
|||||||
|
|
||||||
/// The options we must use for serialization.
|
/// The options we must use for serialization.
|
||||||
const json_opts: std.json.StringifyOptions = .{
|
const json_opts: std.json.StringifyOptions = .{
|
||||||
// This is the default but I want to be explicit beacuse its
|
// This is the default but I want to be explicit because its
|
||||||
// VERY important for the correctness of the envelope. This is
|
// VERY important for the correctness of the envelope. This is
|
||||||
// the only whitespace type in std.json that doesn't emit newlines.
|
// the only whitespace type in std.json that doesn't emit newlines.
|
||||||
// All JSON headers in the envelope must be on a single line.
|
// All JSON headers in the envelope must be on a single line.
|
||||||
|
Reference in New Issue
Block a user