Skip to content

Commit

Permalink
Merge pull request #7126 from danicheg/uri-set-query-params
Browse files Browse the repository at this point in the history
Fix `QueryOps#setQueryParams` scaladoc
  • Loading branch information
armanbilge committed Jun 23, 2023
2 parents 381f903 + bd6322d commit 5e95b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/shared/src/main/scala/org/http4s/QueryOps.scala
Expand Up @@ -113,8 +113,8 @@ trait QueryOps {
replaceQuery(newQuery)
}

/** Creates maybe a new `Self` with the specified parameters. The entire
* [[Query]] will be replaced with the given one.
/** Creates maybe a new `Self` with the specified parameters.
* If any of the given parameters' keys already exists, the value(s) will be replaced.
*/
def setQueryParams[K: QueryParamKeyLike, T: QueryParamEncoder](
params: Map[K, collection.Seq[T]]
Expand Down

0 comments on commit 5e95b3c

Please sign in to comment.