Skip to content

Commit

Permalink
task: updated double and single attribute xml comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dtanglr committed Apr 5, 2024
1 parent c0988b9 commit 726d9c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Primitively.Abstractions/DoubleAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public DoubleAttribute(int digits, MidpointRounding mode)
/// <remarks>
/// Valid values are: -1 to 15.
/// Values above 15 will default to: -1.
/// Values below 0 with default to: -1.
/// Values below -1 will default to: -1.
/// A value of -1 will result in: no rounding.
/// </remarks>
public int Digits { get; }
Expand Down
2 changes: 1 addition & 1 deletion src/Primitively.Abstractions/SingleAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public SingleAttribute(int digits, MidpointRounding mode)
/// <remarks>
/// Valid values are: -1 to 6.
/// Values above 6 will default to: -1.
/// Values below 0 with default to: -1.
/// Values below -1 with default to: -1.
/// A value of -1 will result in: no rounding.
/// </remarks>
public int Digits { get; }
Expand Down

0 comments on commit 726d9c0

Please sign in to comment.