浏览代码

Fix README.

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`).