Skip to content

Commit

Permalink
Documentation update: editorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobMeades committed Jun 17, 2024
1 parent a47fd67 commit f8e9371
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cell/api/u_cell.h
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ int32_t uCellAtCommandDelayGet(uDeviceHandle_t cellHandle);
*
* This function is deprecated and may be removed at some
* point in the future; please use uCellAtCommandTimingSet()
* or uCellAtCommandTimingSetDefault() instead.
* or uCellAtCommandTimingSetDefault() instead.
*
* A safe default value is set on a per-module basis but you may
* wish to optimise the speed of exchange of AT command in your
Expand Down Expand Up @@ -315,7 +315,7 @@ int32_t uCellAtCommandDelaySet(uDeviceHandle_t cellHandle,
* of the next AT command; may
* be NULL.
* @param[out] pDefaultCommandTimeoutSeconds a place to put the default
* timeout, in SECONDS,
* timeout, in SECONDS,
* when waiting for a response
* to an AT command; note that
* this may be modified, on a
Expand Down
2 changes: 1 addition & 1 deletion common/http_client/api/u_http_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ int32_t uHttpClientGetRequestChunked(uHttpClientContext_t *pContext,
* storage MUST REMAIN VALID until pResponseCallback
* is called, which will happen on a timeout as
* well as in the success case; best not put the
* storage on the stack, just in case.
* storage on the stack, just in case.
* @param[in,out] pSize on entry the amount of storage at pResponseHead;
* on return, in the blocking case, the amount of
* data copied to pResponseHead (in the non-blocking
Expand Down

0 comments on commit f8e9371

Please sign in to comment.