Skip to content

Commit

Permalink
[readme] fix syntax and grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
apalala committed Nov 13, 2023
1 parent b490623 commit a81f1bb
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 @@ -166,7 +166,7 @@ def get_session(uniqueid: int = __(unique_id_generator())) -> Session:

### Working with functions

**Late** also allows lat-binding functions, so the above example could be implemented using
**Late** also allows late-binding for functions, so the above example could be implemented using
a function instead of a generator:

```python
Expand Down

0 comments on commit a81f1bb

Please sign in to comment.