diff --git a/_tour/multiple-parameter-lists.md b/_tour/multiple-parameter-lists.md
index 632a5ab4fc..5b042629d8 100644
--- a/_tour/multiple-parameter-lists.md
+++ b/_tour/multiple-parameter-lists.md
@@ -117,7 +117,7 @@ This definition doesn't need any type hints and can infer all of its type parame
 
 #### Implicit parameters
 
-To specify only certain parameters as [`implicit`](https://docs.scala-lang.org/tour/implicit-parameters.html), they must be placed in their own `implicit` parameter list.
+To specify only certain parameters as [`implicit`](https://docs.scala-lang.org/tour/implicit-parameters.html), they must be placed in their own parameter list starting with the keyword `using` (or `implicit` in Scala 2).
 
 An example of this is: