Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Sep 23, 2022
1 parent dfb684e commit 7263165
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public void GaugeDoubleSubnormal()
}

[Fact]
public void SumDoubleInfinites()
public void SumDoubleInfinities()
{
var buffer = new byte[85000];
var metrics = new List<Metric>();
Expand Down Expand Up @@ -360,7 +360,7 @@ public void HistogramTwoDimensions()
}

[Fact]
public void HistogramInfinites()
public void HistogramInfinities()
{
var buffer = new byte[85000];
var metrics = new List<Metric>();
Expand Down

0 comments on commit 7263165

Please sign in to comment.