Skip to content

Commit

Permalink
docs: fix incorrect time unit on LDServerDataSourcePollBuilder_Interv…
Browse files Browse the repository at this point in the history
…alS (#343)

The docs said milliseconds, but the parameter is seconds.
  • Loading branch information
cwaldren-ld authored Dec 20, 2023
1 parent 8793fc4 commit 3610b6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ LDServerDataSourcePollBuilder_New();
/**
* Sets the interval at which the SDK will poll for feature flag updates.
* @param b Polling method builder. Must not be NULL.
* @param milliseconds Polling interval.
* @param seconds Polling interval in seconds.
*/
LD_EXPORT(void)
LDServerDataSourcePollBuilder_IntervalS(LDServerDataSourcePollBuilder b,
Expand Down

0 comments on commit 3610b6b

Please sign in to comment.