From 58055a757c09c286e066a67726142cd600af634f Mon Sep 17 00:00:00 2001 From: Will Sargent Date: Thu, 10 Aug 2017 09:52:47 -0700 Subject: [PATCH] Add end tick --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90e01e9..df53503 100644 --- a/README.md +++ b/README.md @@ -401,7 +401,7 @@ new Foo(123).bar("lol") // sourcecode.DebugRun.main Foo#bar [arg -> param]: (12 ``` You can easily vary the amount of verbosity, e.g. by swapping the -`sourcecode.Enclosing` for a `sourcecode.Name if you think it's too verbose: +`sourcecode.Enclosing` for a `sourcecode.Name` if you think it's too verbose: ```scala def debug[V](value: sourcecode.Text[V])(implicit name: sourcecode.Name) = {