Skip to content

Commit 32dec17

Browse files
committed
.
1 parent e0c1cd8 commit 32dec17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/unpack.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ parameters or `case class` values by making it easy to convert between them in b
5252

5353
This proposal removes a tremendous amount of boilerplate converting between data structures
5454
and method calls in Scala. For example, the code snippet above without this feature would
55-
have the pa:
55+
have the parameter list duplicated many times, and any calling the methods with data from
56+
a `RequestConfig` object with matching fields also requires lots of duplication:
5657

5758
```scala
5859
case class RequestConfig(url: String,

0 commit comments

Comments
 (0)