We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c3c4a commit 4c01198Copy full SHA for 4c01198
core/src/main/scala/sttp/model/Uri.scala
@@ -32,7 +32,7 @@ import scala.collection.mutable
32
* Instances can be created using the uri interpolator: `uri"..."` (see [[UriInterpolator]]), or the factory methods on
33
* the [[Uri]] companion object.
34
*
35
- * The `apply`/`safeApply`/`unsafeApply` methods create absolute URIs and require a host. The `relative` methods
+ * The `apply` /`safeApply`/`unsafeApply` methods create absolute URIs and require a host. The `relative` methods
36
* creates a relative URI, given path/query/fragment components.
37
38
* @param querySegments
0 commit comments