Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

fix typo in readme.md #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ forming another easy-to-miss “postfix” argument.
<td>

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
Expand Down Expand Up @@ -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