We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa48b16 commit 4b3656fCopy full SHA for 4b3656f
src/context.ts
@@ -14,7 +14,7 @@ interface LDContext {
14
flags: LDFlagSet;
15
16
/**
17
- * Map of camelized flag keys to their original unmodified form. Empty if camelization option is off.
+ * Map of camelized flag keys to their original unmodified form. Empty if useCamelCaseFlagKeys option is false.
18
*/
19
flagKeyMap: LDFlagKeyMap;
20
0 commit comments