aboutsummaryrefslogtreecommitdiff
path: root/src/expr/counter.rs
diff options
context:
space:
mode:
authorlafleur <lafleur@boum.org>2021-11-28 16:42:27 +0100
committerlafleur <lafleur@boum.org>2021-11-28 16:42:27 +0100
commit100e365bc653089d54319355a8dea99b28a77a15 (patch)
tree552b5c9dfc79e1030be31fff514f67211839c31c /src/expr/counter.rs
parent8a41f1de700b573afb5051abaac22f1094ae21ad (diff)
docstrings update + typography
Diffstat (limited to 'src/expr/counter.rs')
-rw-r--r--src/expr/counter.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/counter.rs b/src/expr/counter.rs
index 71064df..4732e85 100644
--- a/src/expr/counter.rs
+++ b/src/expr/counter.rs
@@ -3,7 +3,7 @@ use crate::sys;
use std::os::raw::c_char;
/// A counter expression adds a counter to the rule that is incremented to count number of packets
-/// and number of bytes for all packets that has matched the rule.
+/// and number of bytes for all packets that have matched the rule.
#[derive(Debug, PartialEq)]
pub struct Counter {
pub nb_bytes: u64,