Skip to content

Commit

Permalink
Fix QueryOps#setQueryParams scaladoc
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed May 27, 2023
1 parent f7a9354 commit bd6322d
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
Original file line number Diff line number Diff line change
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 bd6322d

Please sign in to comment.