[docs] fix typo in sntp docs (#5889)

This commit is contained in:
Ciaran Woodward
2020-11-30 12:58:08 -08:00
committed by GitHub
parent c7192ba798
commit d24833f890
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ extern "C" {
* @note This number versions both OpenThread platform and user APIs.
*
*/
#define OPENTHREAD_API_VERSION (49)
#define OPENTHREAD_API_VERSION (50)
/**
* @addtogroup api-instance
+1 -1
View File
@@ -85,7 +85,7 @@ typedef void (*otSntpResponseHandler)(void *aContext, uint64_t aTime, otError aR
/**
* This function sends a SNTP query.
*
* This function is available only if feature `OPENTHREAD_CONFIG_SNTP_CLIENT_ENABLE_CLIENT` is enabled.
* This function is available only if feature `OPENTHREAD_CONFIG_SNTP_CLIENT_ENABLE` is enabled.
*
* @param[in] aInstance A pointer to an OpenThread instance.
* @param[in] aQuery A pointer to specify SNTP query parameters.