We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f23effa + 58055a7 commit 420bea7Copy full SHA for 420bea7
README.md
@@ -401,7 +401,7 @@ new Foo(123).bar("lol") // sourcecode.DebugRun.main Foo#bar [arg -> param]: (12
401
```
402
403
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:
+`sourcecode.Enclosing` for a `sourcecode.Name` if you think it's too verbose:
405
406
```scala
407
def debug[V](value: sourcecode.Text[V])(implicit name: sourcecode.Name) = {
0 commit comments