From cfc5bac5a762c07dbb1f2161abbbf2d7cbb96770 Mon Sep 17 00:00:00 2001 From: Denis Andrejew Date: Wed, 27 Nov 2019 17:22:47 +0100 Subject: [PATCH] fix typo in readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 3e9f16b..895f2d2 100644 --- a/readme.md +++ b/readme.md @@ -144,7 +144,7 @@ forming another easy-to-miss “postfix” argument. Each **step** of a pipeline creates its own lexical scope, within which the `#` -token (the **topic reference**) is immutably to the result of the previous +token (the **topic reference**) is immutably tied to the result of the previous step (the **topic**). In this way, it acts as a placeholder for each step’s input. ```js @@ -1518,4 +1518,4 @@ See [Term rewriting][]. [WHATWG-stream piping]: https://streams.spec.whatwg.org/#pipe-chains [Wikipedia: term rewriting]: https://en.wikipedia.org/wiki/Term_rewriting [zero runtime cost]: ./goals.md#zero-runtime-cost - \ No newline at end of file +