From a94b9a73a0ebc4fc3b5f051c9ca387d864c23240 Mon Sep 17 00:00:00 2001 From: Sarah Day Date: Tue, 15 Feb 2022 13:07:32 -0800 Subject: [PATCH] Adds singleton guidance to Lua docs --- launchdarkly-server-sdk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launchdarkly-server-sdk.c b/launchdarkly-server-sdk.c index 725762b..6a93c62 100644 --- a/launchdarkly-server-sdk.c +++ b/launchdarkly-server-sdk.c @@ -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