From 6313058b3b98f65c0d12ebf23e2178ca0253ad7f Mon Sep 17 00:00:00 2001 From: Henrik Huttunen Date: Tue, 6 Jun 2017 21:04:55 +0300 Subject: [PATCH] Fix typo --- docs/docs/reference/implicit-function-types.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/reference/implicit-function-types.md b/docs/docs/reference/implicit-function-types.md index 9ce9762a838f..3db0107ba62b 100644 --- a/docs/docs/reference/implicit-function-types.md +++ b/docs/docs/reference/implicit-function-types.md @@ -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 @@ -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). \ No newline at end of file +For more info, see the [blog article](https://www.scala-lang.org/blog/2016/12/07/implicit-function-types.html).