Skip to content

Commit

Permalink
its -> it's
Browse files Browse the repository at this point in the history
Co-authored-by: Michelle Zhang <[email protected]>
  • Loading branch information
cmanallen and michellewzhang authored Nov 6, 2024
1 parent 030672c commit 3720bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop-docs/sdk/expected-features/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ This functionality should be gated behind the `includeLocalVariables` option, wh

## Feature Flags

An SDK may expose a Scope property for tracking feature flag evaluations. When the scope forks its important to clone the feature flags property. Leaking flag evaluations between threads could lead to inaccurate feature flag evaluation logs.
An SDK may expose a Scope property for tracking feature flag evaluations. When the scope forks, it's important to clone the feature flags property. Leaking flag evaluations between threads could lead to inaccurate feature flag evaluation logs.

The Scope's flag property should have a capped capacity and should prefer recently-evaluated flags over less-recently-evaluated flags. The recommended data structure is a LRU-cache but it is not required so long as the data structure behaves similarly. Serious deviations from the behavior of an LRU-cache should be documented for your language.

Expand Down

0 comments on commit 3720bf6

Please sign in to comment.