events: Fix glob definition in PolicyRuleEventContent

This commit is contained in:
Kévin Commaille 2022-09-04 12:24:56 +02:00 committed by Kévin Commaille
parent c745d3baf7
commit 6393433882

View File

@ -14,8 +14,8 @@ pub mod user;
pub struct PolicyRuleEventContent {
/// The entity affected by this rule.
///
/// Glob characters `*` and `?` can be used to match zero or more and one or more characters
/// respectively.
/// Glob characters `*` and `?` can be used to match zero or more characters or exactly one
/// character respectively.
pub entity: String,
/// The suggested action to take.