File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libs/client-sdk/include/launchdarkly/client_side/bindings/c Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ LDClientSDK_Flush(LDClientSDK sdk, unsigned int reserved);
181
181
* Example:
182
182
* @code
183
183
* bool identified_successfully;
184
- * if (LDClientSDK_Identify(client, 5000, &identified_successfully)) {
184
+ * if (LDClientSDK_Identify(client, context, 5000, &identified_successfully)) {
185
185
* // The client was able to re-initialize in less than 5 seconds.
186
186
* if (identified_successfully) {
187
187
* // Evaluations will use data for the new context.
@@ -199,7 +199,7 @@ value
199
199
*
200
200
* @code
201
201
* // Returns immediately.
202
- * LDClientSDK_Identify(client, LD_NONBLOCKING, NULL);
202
+ * LDClientSDK_Identify(client, context, LD_NONBLOCKING, NULL);
203
203
* @endcode
204
204
*
205
205
*
You can’t perform that action at this time.
0 commit comments