Skip to content

Commit

Permalink
docs(README.md): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gnumoksha authored Jul 6, 2024
1 parent fe034cf commit 1ec77cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Given `fib` a generator of Fibonacci numbers:
sum(fib() | where(lambda x: x % 2 == 0) | take_while(lambda x: x < 4000000))
```

Each pipes is lazy evalatated, can be aliased, and partially
Each pipes is lazy evaluated, can be aliased, and partially
initialized, so it could be rewritten as:

```python
Expand Down

0 comments on commit 1ec77cc

Please sign in to comment.