Skip to content

Commit 58055a7

Browse files
author
Will Sargent
authored
Add end tick
1 parent f23effa commit 58055a7

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)