diff options
Diffstat (limited to 'docs/reference-v3')
-rw-r--r-- | docs/reference-v3/types-and-globals.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference-v3/types-and-globals.md b/docs/reference-v3/types-and-globals.md index 50abeecb..5c10ba97 100644 --- a/docs/reference-v3/types-and-globals.md +++ b/docs/reference-v3/types-and-globals.md @@ -198,7 +198,7 @@ enum afb_auth_type /** authorized if token valid, no data */ afb_auth_Token, - /** authorized if LOA greater than data 'loa' */ + /** authorized if LOA greater than or equal to data 'loa' */ afb_auth_LOA, /** authorized if permission 'text' is granted */ |