Herbert Vojčík преди 7 години
родител
ревизия
e0b8e7427c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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`).