summaryrefslogtreecommitdiff
path: root/spec/07-implicits.md
diff options
context:
space:
mode:
authorDaniel Barclay <dbarclay@savi.com>2016-08-21 12:38:04 -0400
committerDaniel Barclay <dbarclay@savi.com>2016-08-21 12:38:04 -0400
commit34bbd14189b70d2757bb8e973f6a768f9b3b3459 (patch)
treeb4e5ad0813f440e7577fe239c90f04d967946b65 /spec/07-implicits.md
parentebc7f8ffb0927e79da8e6ecbbd8dca2e0d2e56a0 (diff)
downloadscala-34bbd14189b70d2757bb8e973f6a768f9b3b3459.tar.gz
scala-34bbd14189b70d2757bb8e973f6a768f9b3b3459.tar.bz2
scala-34bbd14189b70d2757bb8e973f6a768f9b3b3459.zip
Editorial: Italicized more defining occurrences of terms.
Diffstat (limited to 'spec/07-implicits.md')
-rw-r--r--spec/07-implicits.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/07-implicits.md b/spec/07-implicits.md
index 28f6dfe5a8..662b653f71 100644
--- a/spec/07-implicits.md
+++ b/spec/07-implicits.md
@@ -44,7 +44,7 @@ object Monoids {
## Implicit Parameters
-An implicit parameter list
+An _implicit parameter list_
`(implicit $p_1$,$\ldots$,$p_n$)` of a method marks the parameters $p_1 , \ldots , p_n$ as
implicit. A method or constructor can have only one implicit parameter
list, and it must be the last parameter list given.