summaryrefslogtreecommitdiff
path: root/docs/examples/parsing/lambda/TestParser.scala
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/parsing/lambda/TestParser.scala')
-rw-r--r--docs/examples/parsing/lambda/TestParser.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/parsing/lambda/TestParser.scala b/docs/examples/parsing/lambda/TestParser.scala
index 22257c1731..623b597337 100644
--- a/docs/examples/parsing/lambda/TestParser.scala
+++ b/docs/examples/parsing/lambda/TestParser.scala
@@ -20,7 +20,7 @@ trait TestParser extends StdTokenParsers with ImplicitConversions with TestSynt
def name : Parser[Name] = ident ^^ Name
- // meaning of the argumens to the closure during subsequent iterations
+ // meaning of the arguments to the closure during subsequent iterations
// (...(expr2 op1 expr1) ... op1 expr1)
// ^a^^^ ^o^ ^b^^^
// ^^^^^^^a^^^^^^^ ^o^ ^^b^^