Skip to content

Commit 420bea7

Browse files
authored
Merge pull request #36 from wsargent/patch-1
Add end tick
2 parents f23effa + 58055a7 commit 420bea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ new Foo(123).bar("lol") // sourcecode.DebugRun.main Foo#bar [arg -> param]: (12
401401
```
402402

403403
You can easily vary the amount of verbosity, e.g. by swapping the
404-
`sourcecode.Enclosing` for a `sourcecode.Name if you think it's too verbose:
404+
`sourcecode.Enclosing` for a `sourcecode.Name` if you think it's too verbose:
405405

406406
```scala
407407
def debug[V](value: sourcecode.Text[V])(implicit name: sourcecode.Name) = {

0 commit comments

Comments
 (0)