Skip to content

Commit

Permalink
Address pull request feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
densh committed Feb 24, 2014
1 parent b2588a9 commit a7a1f43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/reflect/scala/reflect/api/Liftables.scala
Expand Up @@ -28,8 +28,8 @@ trait Liftables { self: Universe =>
*
* scala> implicit val liftO = Liftable[O.type] { _ => q"$Oref" }
*
* scala> q"$O"
* res16: universe.Tree = O
* scala> val lifted = q"$O"
* lifted: universe.Tree = O
* }}}
*
* @see [[http://docs.scala-lang.org/overviews/macros/quasiquotes.html#lifting]]
Expand Down
2 changes: 1 addition & 1 deletion src/reflect/scala/reflect/api/Quasiquotes.scala
Expand Up @@ -3,7 +3,7 @@ package api

trait Quasiquotes { self: Universe =>

/** Implicit class that introduced `q`, `tq`, `cq,` `p` and `fq` string interpolators
/** Implicit class that introduces `q`, `tq`, `cq,` `p` and `fq` string interpolators
* that are also known as quasiquotes. With their help you can easily manipulate
* Scala reflection ASTs.
*
Expand Down

0 comments on commit a7a1f43

Please sign in to comment.