Skip to content

Commit

Permalink
Merge pull request #25 from launchdarkly/sarahday/sc-138443/update-lu…
Browse files Browse the repository at this point in the history
…a-in-code-docs-to-mention-singleton

Adds singleton guidance to Lua docs
  • Loading branch information
scribblingfox authored Feb 15, 2022
2 parents 1e56455 + a94b9a7 commit 8b06273
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 8b06273

Please sign in to comment.