events: Fix glob definition in PolicyRuleEventContent
This commit is contained in:
parent
c745d3baf7
commit
6393433882
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user