Skip to content

Commit

Permalink
update doxygen from feedback (Azure#1214)
Browse files Browse the repository at this point in the history
* update doxygen from feedback

* clang-format
  • Loading branch information
danewalton-msft authored Sep 5, 2020
1 parent 07c055c commit f207591
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions sdk/inc/azure/iot/az_iot_hub_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ AZ_NODISCARD az_iot_hub_client_options az_iot_hub_client_options_default();
* @param[in] iot_hub_hostname The IoT Hub Hostname.
* @param[in] device_id The Device ID.
* @param[in] options A reference to an #az_iot_hub_client_options structure. If `NULL` is passed,
* az_iot_hub_client_init() will use the default options. If using custom options, please
* initialize first by calling az_iot_hub_client_options_default() and then populating relevant
* options with your own values.
* the hub client will use the default options. If using custom options, please initialize first by
* calling az_iot_hub_client_options_default() and then populating relevant options with your own
* values.
* @return An #az_result value indicating the result of the operation.
*/
AZ_NODISCARD az_result az_iot_hub_client_init(
Expand Down
2 changes: 1 addition & 1 deletion sdk/samples/iot/paho_iot_hub_twin_sample.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ static void handle_device_twin_message(
message_span, &property_found, &desired_device_count)))
{
IOT_SAMPLE_LOG_ERROR(
"Failed to parse for desired devie_count property: az_result return code 0x%08x.", rc);
"Failed to parse for desired device_count property: az_result return code 0x%08x.", rc);
exit(rc);
}

Expand Down

0 comments on commit f207591

Please sign in to comment.