Skip to content

Commit bd9e165

Browse files
authored
doc(readme):remove superfluous for (#90)
1 parent 2736c2c commit bd9e165

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
@@ -6,7 +6,7 @@ SourceCode [![Build Status](https://travis-ci.org/lihaoyi/sourcecode.svg?branch=
66
"com.lihaoyi" %%% "sourcecode" % "0.2.7" // Scala.js / Scala Native
77
```
88

9-
`sourcecode` is a small Scala library for that provides common "source code"
9+
`sourcecode` is a small Scala library that provides common "source code"
1010
context to your program at runtime, similar to Python's `__name__`, C++'s
1111
`__LINE__` or Ruby's `__FILE__`. For example, you can ask for the file-name
1212
and line number of the current file, either through the `()` syntax or via an

0 commit comments

Comments
 (0)