Skip to content

Commit

Permalink
docs: fix incorrect docs on LDServerDataSourcePollBuilder_IntervalS
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Dec 14, 2023
1 parent 0a311e9 commit c29e5a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,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 c29e5a2

Please sign in to comment.