Add docs link, misc format tweaks
This commit is contained in:
@@ -28,7 +28,7 @@ enum FieldMatch
|
||||
{
|
||||
return match ($this) {
|
||||
FieldMatch::All => 'AND',
|
||||
FieldMatch::Any => 'OR'
|
||||
FieldMatch::Any => 'OR',
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user