From ba6d19bb0cf42f9490760ddee65f5836af66211c Mon Sep 17 00:00:00 2001 From: Jean-RĂ©mi Desjardins Date: Fri, 10 Apr 2015 10:41:14 -0700 Subject: Fix typo in Quasiquote doc that was confusing --- src/reflect/scala/reflect/api/Quasiquotes.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/reflect/scala/reflect/api/Quasiquotes.scala b/src/reflect/scala/reflect/api/Quasiquotes.scala index eaae05bed5..554b43afaf 100644 --- a/src/reflect/scala/reflect/api/Quasiquotes.scala +++ b/src/reflect/scala/reflect/api/Quasiquotes.scala @@ -3,7 +3,7 @@ package api trait Quasiquotes { self: Universe => - /** Implicit class that introduces `q`, `tq`, `cq,` `p` and `fq` string interpolators + /** Implicit class that introduces `q`, `tq`, `cq,` `pq` and `fq` string interpolators * that are also known as quasiquotes. With their help you can easily manipulate * Scala reflection ASTs. * -- cgit v1.2.3