refactor(Buffer): rename Metrix to Metrics
Metrix was a bit too silly
This commit is contained in:
parent
633cc5a1c1
commit
f06a7b3d6a
7 changed files with 211 additions and 211 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue