Skip to content

Commit abe5a39

Browse files
committed
Update README.md
1 parent 45d6a52 commit abe5a39

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
@@ -68,7 +68,7 @@ class MyClass extends LazyLogging {
6868
Using the sourcecode library, it's possible to add line number information (especially useful for debugging):
6969

7070
```
71-
def foo(arg: String)(implicit file: sourcecode.File) = {
71+
def foo(arg: String)(implicit line: sourcecode.Line, file: sourcecode.File) = {
7272
... do something with arg ...
7373
... do something with file.value ...
7474
}

0 commit comments

Comments
 (0)