Skip to content

Commit 5dc3904

Browse files
authored
Fix sample output (#4312)
1 parent ee86244 commit 5dc3904

File tree

1 file changed

+2
-2
lines changed
  • samples/snippets/csharp/VS_Snippets_CLR_System/system.double.equals/cs

1 file changed

+2
-2
lines changed

samples/snippets/csharp/VS_Snippets_CLR_System/system.double.equals/cs/equalsabs1.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ public static bool HasMinimalDifference(double value1, double value2, int units)
3737
}
3838
}
3939
// The example displays the following output:
40-
// 01 = 0.99999999999999989: True
41-
// </Snippet1>
40+
// 1 = 0.99999999999999989: True
41+
// </Snippet1>

0 commit comments

Comments
 (0)