From 94a3ba58379bf32b49ca4d9a641d76e5737db8d5 Mon Sep 17 00:00:00 2001 From: shadow cat Date: Mon, 25 Aug 2025 22:51:33 -0400 Subject: [PATCH] make name longer :pensive: --- src/core/span.rs | 2 +- src/testing/mod.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/span.rs b/src/core/span.rs index bff560a..ae85a57 100644 --- a/src/core/span.rs +++ b/src/core/span.rs @@ -88,7 +88,7 @@ pub fn ratio(x: N) -> SpanLen { SpanLen::Ratio(x.to_f32()) } -pub fn rel(x: N) -> SpanLen { +pub fn relative(x: N) -> SpanLen { SpanLen::Relative(x.to_f32()) } diff --git a/src/testing/mod.rs b/src/testing/mod.rs index 0a753db..2414010 100644 --- a/src/testing/mod.rs +++ b/src/testing/mod.rs @@ -64,7 +64,7 @@ impl Client { fixed(100), ratio(1), ratio(1), - rel(0.5), + relative(0.5), fixed(100), fixed(100), ],