Skip to content

Commit

Permalink
Fixed wrong value in Constants
Browse files Browse the repository at this point in the history
  • Loading branch information
rizi committed Mar 23, 2017
1 parent 394fa6f commit d2870f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExpandRegions/ExpandRegions/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ internal static class Constants
internal const string TextViewRole = "DOCUMENT";

internal const string ActiveRegionName = "Active Region";
internal const string InactiveRegionName = "Active Region";
internal const string InactiveRegionName = "Inactive Region";
internal const string ActiveRegionClassificationTypeNames = "activeRegion";
internal const string InactiveRegionClassificationTypeNames = "inactiveRegion";

Expand Down

0 comments on commit d2870f7

Please sign in to comment.