diff options
| author | tslil <tslil@posteo.de> | 2026-03-09 22:25:44 +0000 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-03-19 10:04:12 +0000 |
| commit | 5a5da7bc299bee12072e421d1936554690e34dd6 (patch) | |
| tree | 1eb75f22f2cf5b4123581f3be2417ce9ee235391 /rprt-engine | |
| parent | 0d734cd4095c57be5c6a527adf49504ca1d14863 (diff) | |
clarify top-level semantics
Diffstat (limited to 'rprt-engine')
| -rw-r--r-- | rprt-engine/src/selection_functions/function_empty.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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()) } |
