refactor(Buffer): rename Metrix to Metrics

Metrix was a bit too silly
This commit is contained in:
CJ van den Berg 2024-07-05 20:58:24 +02:00
parent 633cc5a1c1
commit f06a7b3d6a
7 changed files with 211 additions and 211 deletions

View file

@ -4,7 +4,7 @@ const Buffer = @import("Buffer");
const ArrayList = std.ArrayList;
const a = std.testing.allocator;
fn metrics() Buffer.Metrix {
fn metrics() Buffer.Metrics {
return .{
.ctx = undefined,
.egc_length = struct {