Skip to content

Commit

Permalink
More description revisions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinematics committed Dec 3, 2015
1 parent 5120707 commit 4758b00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TallyCore/Utility/Enumerations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ public enum PartitionMode
{
[Description("No Partitioning")]
None,
[Description("Partition All By Line")]
[Description("Partition By Line")]
ByLine,
[Description("Partition Vote By Block")]
[Description("Partition By Block")]
ByBlock,
[Description("Partition All By Block")]
[Description("Partition (Plans) By Block")]
ByBlockAll,
}

Expand Down

0 comments on commit 4758b00

Please sign in to comment.