Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion launchdarkly-server-sdk.c
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ makeConfig(lua_State *const l, const int i)
}

/***
Initialize a new client, and connect to LaunchDarkly.
Initialize a new client, and connect to LaunchDarkly. Applications should instantiate a single instance for the lifetime of their application.
@function makeClient
@tparam table config list of configuration options
@tparam string config.key Environment SDK key
Expand Down