Skip to content

Commit fe85ef0

Browse files
authored
Merge pull request #2 from ahoy-jon/patch-1
fix: Souce -> Source
2 parents 7de66e5 + 90f9bbb commit fe85ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ Channels are distinct from queues in that there's a `select` method, which takes
396396
a value from exactly one of them is received. The other channels are left intact (no values are received).
397397

398398
```scala
399-
import ox.Souce
399+
import ox.Source
400400
import scala.concurrent.duration.FiniteDuration
401401

402402
case object Tick

0 commit comments

Comments
 (0)