Skip to content

Commit 6313058

Browse files
authored
Fix typo
1 parent 6c20773 commit 6313058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/reference/implicit-function-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: doc-page
33
title: "Implicit Function Types"
44
---
55

6-
An implicit funciton type describes functions with implicit parameters. Example:
6+
An implicit function type describes functions with implicit parameters. Example:
77

88
type Contextual[T] = implicit Context => T
99

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

101101
### Reference
102102

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

0 commit comments

Comments
 (0)