summaryrefslogtreecommitdiff
path: root/docs/examples/pilib/scheduler.scala
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/pilib/scheduler.scala')
-rw-r--r--docs/examples/pilib/scheduler.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/pilib/scheduler.scala b/docs/examples/pilib/scheduler.scala
index 9205ae3f0c..fd8fd52600 100644
--- a/docs/examples/pilib/scheduler.scala
+++ b/docs/examples/pilib/scheduler.scala
@@ -87,7 +87,7 @@ object scheduler {
/**
* A cell is modelled as a function that takes as parameters
- * input and output channels and which returns nothing.
+ * input and output channels and which returns nothing.
*/
type Cell = (Chan[Unit], Chan[Unit]) => Unit