Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
odersky authored and felixmulder committed May 26, 2017
1 parent 554bbb7 commit 9954e81
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/docs/reference/implicit-by-name-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ The precise steps for constructing an implicit argument for a by-name parameter

In the example above, the definition of `s` would be expanded as follows.

val s = implicitly[Test.Serializable[Option[Int]]](
serializeOption[Int](serializeInt)
)
val s = implicitly[Test.Serializable[Option[Int]]](
serializeOption[Int](serializeInt))

No lazy val was generated because the synthesized argument is not recursive.

0 comments on commit 9954e81

Please sign in to comment.