Skip to content

Commit f1a47ee

Browse files
authored
Syntax highlight
1 parent d0d847d commit f1a47ee

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)