summaryrefslogtreecommitdiff
path: root/src/eval/args.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval/args.rs')
-rw-r--r--src/eval/args.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval/args.rs b/src/eval/args.rs
index 765ae09c..b379b975 100644
--- a/src/eval/args.rs
+++ b/src/eval/args.rs
@@ -86,7 +86,7 @@ impl Args {
})
}
- /// Retrieve and remove all matching keyword arguments.
+ /// Retrieve and remove all matching named arguments.
pub fn find_all_str<T>(&mut self) -> impl Iterator<Item = (String, T)> + '_
where
T: TryFromValue,