You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/fluentasserts/operations/comparison/between.d
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ static immutable betweenDescription = "Asserts that the target is a number or a
22
22
"and less than or equal to the given number or date finish respectively. However, it's often best to assert that the target is equal to its expected value.";
23
23
24
24
/// Asserts that a value is strictly between two bounds (exclusive).
0 commit comments