coverage: Improve coverage test
[src/app-framework-binder.git] / docs / reference-v3 / types-and-globals.md
index 50abeec..5c10ba9 100644 (file)
@@ -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 */