Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Commit

Permalink
Merge pull request #66 from cvogt/patch-1
Browse files Browse the repository at this point in the history
Documentation improvement suggested in #65
  • Loading branch information
milessabin committed Jul 22, 2016
2 parents 876ec7d + 8683271 commit fad240f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ object Test {
class TestMacro(val c: whitebox.Context) {
import c.universe._

def fooImpl: Tree = q""" 23 """
def fooImpl: Tree = q""" 23 """ // explicit return type : Tree required

def barImpl(i: Tree): Tree = q""" "bar" """

Expand Down

0 comments on commit fad240f

Please sign in to comment.