coverage: Improve coverage test
[src/app-framework-binder.git] / docs / reference-v3 / types-and-globals.md
index dc50b97..5c10ba9 100644 (file)
@@ -2,7 +2,7 @@
 
 ## The global afbBindingRoot
 
-The global **afbBindingRoot** of type **afb_api_t** is always implicitely
+The global **afbBindingRoot** of type **afb_api_t** is always implicitly
 defined for bindings of version 3 or upper. It records the root api of
 the binding.
 
@@ -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 */