Skip to content

Commit

Permalink
Update docs/overview/aggregations/elastic_aggregation_min.md
Browse files Browse the repository at this point in the history
Co-authored-by: Marko Ristic <[email protected]>
  • Loading branch information
Mitep and markaya authored Jun 24, 2023
1 parent e3d0038 commit e0177f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overview/aggregations/elastic_aggregation_min.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can create a [type-safe](https://lambdaworks.github.io/zio-elasticsearch/ove
val aggregation: MinAggregation = minAggregation(name = "minAggregation", field = Document.intField)
```

If you want to change the `missing`, you can use `missing` method:
If you want to change the `missing` parameter, you can use `missing` method:
```scala
val aggregationWithMissing: MinAggregation = minAggregation(name = "minAggregation", field = Document.intField).missing(10.0)
```
Expand Down

0 comments on commit e0177f8

Please sign in to comment.