Ver Fonte

Fix README.

Herbert Vojčík há 6 anos atrás
pai
commit
e0b8e7427c
1 ficheiros alterados com 1 adições e 1 exclusões
  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`).