Skip to content

Commit

Permalink
Merge pull request #46 from Bengt/patch-1
Browse files Browse the repository at this point in the history
Fix spelling
  • Loading branch information
Marco-Sulla authored Jan 17, 2022
2 parents a77a335 + 1915e71 commit 5cf5b79
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 @@ -9,7 +9,7 @@
Welcome, fellow programmer!

`frozendict` is a simple immutable dictionary. It's fast as `dict`, and
[sometime faster](#benchmarks)!
[sometimes faster](https://github.com/Marco-Sulla/python-frozendict#benchmarks)!

Unlike other similar implementations, immutability is guaranteed: you can't
change the internal variables of the class, and they are all immutable
Expand Down

0 comments on commit 5cf5b79

Please sign in to comment.