Skip to content

Commit 4f6b194

Browse files
authored
Fix mistaken "current version" note in README
1 parent 3669389 commit 4f6b194

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
@@ -193,7 +193,7 @@ for {
193193
} yield "ok"
194194
```
195195

196-
In current version (0.3.0-M4) it's required to specify a type annotation in a pattern with `implicit0`.
196+
In current version (0.3.0) it's required to specify a type annotation in a pattern with `implicit0`.
197197

198198
It also works in regular match clauses:
199199
```scala

0 commit comments

Comments
 (0)