Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docs/reference/implicit-function-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: doc-page
title: "Implicit Function Types"
---

An implicit funciton type describes functions with implicit parameters. Example:
An implicit function type describes functions with implicit parameters. Example:

type Contextual[T] = implicit Context => T

Expand Down Expand Up @@ -100,4 +100,4 @@ With that setup, the table construction code above compiles and expands to:

### Reference

For more info, see the [blog article](https://www.scala-lang.org/blog/2016/12/07/implicit-function-types.html).
For more info, see the [blog article](https://www.scala-lang.org/blog/2016/12/07/implicit-function-types.html).