From 5a5da7bc299bee12072e421d1936554690e34dd6 Mon Sep 17 00:00:00 2001 From: tslil Date: Mon, 9 Mar 2026 22:25:44 +0000 Subject: clarify top-level semantics --- rprt-engine/src/selection_functions/function_empty.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rprt-engine/src') diff --git a/rprt-engine/src/selection_functions/function_empty.rs b/rprt-engine/src/selection_functions/function_empty.rs index 8290de3..a817dcf 100644 --- a/rprt-engine/src/selection_functions/function_empty.rs +++ b/rprt-engine/src/selection_functions/function_empty.rs @@ -5,6 +5,6 @@ pub fn empty_sequential(_: SFArguments) -> SFResult { Ok(Selection::empty()) } -pub fn empy_structural(_: SFArguments) -> SFResult { +pub fn empty_structural(_: SFArguments) -> SFResult { Ok(Selection::empty()) } -- cgit v1.2.3