Skip to content

Commit f7e571d

Browse files
committed
Remove incorrect comment.
1 parent 7fb0915 commit f7e571d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/sdk/browser/src/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ export type {
6767
/**
6868
* Creates an instance of the LaunchDarkly client.
6969
*
70-
* The client will begin attempting to connect to LaunchDarkly as soon as it is created. To
71-
* determine when it is ready to use, call [[LDClient.waitForInitialization]], or register an
72-
* event listener for the `"ready"` event using [[LDClient.on]].
73-
*
7470
* Usage:
7571
* ```
7672
* import { initialize } from 'launchdarkly-js-client-sdk';

0 commit comments

Comments
 (0)