Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 14 Aug 2018 23:07:13 +0000 (01:07 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 14 Aug 2018 23:07:13 +0000 (01:07 +0200)
ChangeLog

index 7686dc2..71acc66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,8 +10,7 @@ S4U new features:
        io_init() + start()
  - When creating an actor from a function and its parameters,
    move-only parameters are not allowed anymore, as it would prevent
-   the actor to be restartable it its parameters are consumed during
-   the first run.
+   the actor to be restartable if its parameters are consumed on run.
 
 Tracing:
  - Rename 'power' and 'power_used' variables into 'speed' and 'speed_used'