summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes_rudolph@gmx.de>2013-01-23 15:42:36 +0100
committerJohannes Rudolph <johannes_rudolph@gmx.de>2013-01-23 15:42:36 +0100
commitd7bad13328f60a1c2152f975a79d3fa307426dfd (patch)
tree74688f98351d35b096ac019201f06f760984f8e3
parentdc72d7ce6603ab63ba6a578d26e1b49e4b386125 (diff)
downloadspray-json-d7bad13328f60a1c2152f975a79d3fa307426dfd.tar.gz
spray-json-d7bad13328f60a1c2152f975a79d3fa307426dfd.tar.bz2
spray-json-d7bad13328f60a1c2152f975a79d3fa307426dfd.zip
fix typo in comment
-rw-r--r--src/main/scala/spray/json/lenses/ExtraImplicits.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/spray/json/lenses/ExtraImplicits.scala b/src/main/scala/spray/json/lenses/ExtraImplicits.scala
index 8307173..b7818c6 100644
--- a/src/main/scala/spray/json/lenses/ExtraImplicits.scala
+++ b/src/main/scala/spray/json/lenses/ExtraImplicits.scala
@@ -11,7 +11,7 @@ trait ExtraImplicits {
lens ! Operations.set(pValue) apply value
// This can't be simplified because we don't want the type constructor
- // for Lens[M] to appear in the type paramater list.
+ // for Lens[M] to appear in the type parameter list.
def extract[T: Reader](p: Lens[Id]): T =
p.get[T](value)