Skip to content

Commit

Permalink
doc: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmalkmus committed Nov 21, 2022
1 parent 142e5dd commit b75f5ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions axiom/query/doc.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// Package query provides the datatypes and functions for construction queries
// using the Axiom Processing Language (APL) and working with their results.
//
// The base for every APL query is the [Query] type which wraps an APL query
// string:
//
// q := query.Query("...")
package query
2 changes: 1 addition & 1 deletion axiom/querylegacy/aggregation.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type AggregationOp uint8
const (
OpUnknown AggregationOp = iota // unknown

// Works with all types, field should be "*"".
// Works with all types, field should be "*".
OpCount // count
OpDistinct // distinct
OpMakeSet // makeset
Expand Down

0 comments on commit b75f5ba

Please sign in to comment.