Skip to content

Commit 4d83fe0

Browse files
committed
Addressing comments
1 parent bfa257a commit 4d83fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: articles/azure-app-configuration/feature-management-dotnet-reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Here are some of the benefits of using .NET feature management library:
4343
The .NET feature management library is open source. For more information, visit the [GitHub repo](https://github.com/microsoft/FeatureManagement-Dotnet).
4444

4545
## Feature Flags
46-
A standard feature flag is composed of two parts, a name and a list of feature-filters that are used to turn on the feature.
46+
Feature flags have a name and can be either enabled or disabled. The state of a flag can be made conditional through the use of feature filters.
4747

4848
### Feature Filters
4949
Feature filters define a scenario for when a feature should be enabled. When a feature is evaluated as on or off, its list of feature filters are traversed until one of the filters determines the feature is enabled. At this point, traversal through the feature filters stops. If no feature filter indicates that the feature should be enabled, it is considered disabled.

0 commit comments

Comments
 (0)