Skip to content

Commit 1b48ca6

Browse files
aggarw13archigup
andauthored
Minor doc updates from review comments
Co-authored-by: Archit Gupta <[email protected]>
1 parent c93063a commit 1b48ca6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/doxygen/pages.dox

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ every path of execution and achieve 100% branch coverage.
6262
*/
6363

6464
/**
65-
@page backoff_algorithm_example Code Example of backoffAlgorithm API
66-
@brief Example POSIX application of retrying DNS resolution operation with exponential backoff-and-jitter with the backoffAlgorithm library.
65+
@page backoff_algorithm_example Code Example for backoffAlgorithm API
66+
@brief Example POSIX application that retries DNS resolution operation with exponential backoff-and-jitter using the backoffAlgorithm library.
6767

6868
@include backoff_algorithm_posix.c
6969
*/
@@ -74,7 +74,7 @@ every path of execution and achieve 100% branch coverage.
7474
@subpage define_backoffalgorithm_initializeparams <br>
7575
@subpage define_backoffalgorithm_getnextbackoff <br>
7676

77-
<b>For a code example </b> of using backoffAlgorithm library for retrying operation with exponential back-off and jitter, refer to @ref backoff_algorithm_example.
77+
<b>For a code example </b> of using backoffAlgorithm library for retrying operations with exponential back-off and jitter, refer to @ref backoff_algorithm_example.
7878

7979
@page define_backoffalgorithm_initializeparams BackoffAlgorithm_InitializeParams
8080
@snippet backoff_algorithm.h define_backoffalgorithm_initializeparams

0 commit comments

Comments
 (0)