Skip to content

Commit cf326ad

Browse files
authored
Merge pull request #98 from ladinu/patch-1
Syntax highlight
2 parents d0d847d + f1a47ee commit cf326ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To support multiple Scala versions, see the example in https://github.com/scala/
2727

2828
## Example
2929

30-
```
30+
```scala
3131
import scala.util.parsing.combinator._
3232

3333
case class WordFreq(word: String, count: Int) {

0 commit comments

Comments
 (0)