Skip to content

Commit

Permalink
Remove link to fixed GitHub issue (#104521)
Browse files Browse the repository at this point in the history
  • Loading branch information
xtqqczze authored Jul 7, 2024
1 parent 4addcaa commit acfb91f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ private static TimeSpan IntervalFromDoubleTicks(double ticks)
/// <exception cref="ArgumentException">
/// <paramref name="value"/> is equal to <see cref="double.NaN"/>.
/// </exception>
public static TimeSpan FromMicroseconds(double value) => Interval(value, TicksPerMicrosecond); // ISSUE: https://github.com/dotnet/runtime/issues/66815
public static TimeSpan FromMicroseconds(double value) => Interval(value, TicksPerMicrosecond);

public static TimeSpan FromMinutes(double value) => Interval(value, TicksPerMinute);

Expand Down

0 comments on commit acfb91f

Please # to comment.