Skip to content

Commit ca1d284

Browse files
committed
docs: fix minor typos
- closes #202
1 parent 6c48520 commit ca1d284

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Most of the magic lives in [`shtab/__init__.py`](./shtab/__init__.py).
3030

3131
Given that the number of completions a program may need would likely be less
3232
than a million, the focus is on readability rather than premature speed
33-
optimisations. The generated code itself, on the other had, should be fast.
33+
optimisations. The generated code itself, on the other hand, should be fast.
3434

35-
Helper functions such as `replace_format` allows use of curly braces `{}` in
36-
string snippets without clashing between Python's `str.format` and shell
35+
Helper functions such as `replace_format` allow use of curly braces `{}` in
36+
string snippets without clashes between Python's `str.format` and shell
3737
parameter expansion.
3838

3939
The generated shell code itself is also meant to be readable.

LICENCE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2020-2023 Casper da Costa-Luis
1+
Copyright 2020-2025 Casper da Costa-Luis
22

33
Licensed under the Apache Licence, Version 2.0 (the "Licence");
44
you may not use this project except in compliance with the Licence.

0 commit comments

Comments
 (0)