aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlafleur <lafleur@boum.org>2021-11-29 01:00:40 +0100
committerlafleur <lafleur@boum.org>2021-11-29 01:00:40 +0100
commit31ec55ed944c6177de44f0bbf7b135f64ae81b86 (patch)
tree93058acc53d4897b0e509592295c9a9ee963345e
parent100e365bc653089d54319355a8dea99b28a77a15 (diff)
typo in list_objects_with_data docstring
-rw-r--r--src/query.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/query.rs b/src/query.rs
index 8d54704..bc1d02e 100644
--- a/src/query.rs
+++ b/src/query.rs
@@ -54,7 +54,7 @@ mod inner {
NetlinkAllocationFailed,
}
- /// List objects of a certain type (e.g. libc::NFT_MSG_GETTABLE) with the help of a helper
+ /// Lists objects of a certain type (e.g. libc::NFT_MSG_GETTABLE) with the help of a helper
/// function called by mnl::cb_run2.
/// The callback expects a tuple of additional data (supplied as an argument to this function)
/// and of the output vector, to which it should append the parsed object it received.