Herbert Vojčík hace 7 años
padre
commit
e0b8e7427c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -191,7 +191,7 @@ Another example: `(signal increment) whenClicked` from counter example
 describes two-element processing chain, with first element created
 by `TrappedProcessor signal: 'increment'` and the second one
 by `TrappedProcessor whenClicked`. All mentioned methods
-(`contents`, `signal:` and `increment` are factory methods that
+(`contents`, `signal:` and `whenClicked` are factory methods that
 create instance of appropriate processor class,
 subclass of `TrappedProcessor`).