evmc: Tweak documentation for get_capabilities() method

This commit is contained in:
Paweł Bylica 2019-05-29 13:07:04 +02:00
parent 34be102581
commit 3416b4727c
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 4 additions and 4 deletions

View File

@ -974,12 +974,12 @@ struct evmc_instance
evmc_execute_fn execute;
/**
* Pointer to function returning capabilities supported by the VM instance.
* A method returning capabilities supported by the VM instance.
*
* The value returned might change when different options are requested via set_option.
* The value returned MAY change when different options are set via the set_option() method.
*
* A Client SHOULD only rely on the value returned here if it has queried it after
* it has called set_option.
* A Client SHOULD only rely on the value returned if it has queried it after
* it has called the set_option().
*
* This is a mandatory method and MUST NOT be set to NULL.
*/