Skip to content

Commit

Permalink
fix: "infinte" typo (#5228)
Browse files Browse the repository at this point in the history
  • Loading branch information
evils authored Sep 26, 2022
1 parent 4f3ae77 commit 1dae302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libflux/go/libflux/buildinfo.gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ var sourceHashes = map[string]string{
"stdlib/universe/union_heterogeneous_test.flux": "7d8b47b3e96b859a5fed5985c051e2a3fdc947d3d6ff9cc104e40821581fb0cb",
"stdlib/universe/union_test.flux": "f008260d48db70212ce64d3f51f4cf031532a9a67c1ba43242dbc4d43ef31293",
"stdlib/universe/unique_test.flux": "c108ab7b0e4b0b77f0a320c8c4dacb8cfbccae8b389425754e9583e69cd64ee3",
"stdlib/universe/universe.flux": "9c0b57102705dde576e1936abe3b389223b01ea7f434a2d0dd181e41c28307f1",
"stdlib/universe/universe.flux": "99965a298b08d84cd04cceee7502148be776021f824cae5afd0a6b3665fcc809",
"stdlib/universe/universe_truncateTimeColumn_test.flux": "8acb700c612e9eba87c0525b33fd1f0528e6139cc912ed844932caef25d37b56",
"stdlib/universe/window_aggregate_test.flux": "c8f66f7ee188bb2e979e5a8b526057b653922197ae441658f7c7f11251c96576",
"stdlib/universe/window_default_start_align_test.flux": "0aaf612796fbb5ac421579151ad32a8861f4494a314ea615d0ccedd18067b980",
Expand Down
2 changes: 1 addition & 1 deletion stdlib/universe/universe.flux
Original file line number Diff line number Diff line change
Expand Up @@ -3552,7 +3552,7 @@ builtin display : (v: A) => string
//
builtin contains : (value: A, set: [A]) => bool where A: Nullable

// inf represents an infinte float value.
// inf represents a floating point value of infinity.
builtin inf : duration

// length returns the number of elements in an array.
Expand Down

0 comments on commit 1dae302

Please sign in to comment.