Skip to content

Commit 657f076

Browse files
committed
readme: Update benchmarks link; fix typo
1 parent d566904 commit 657f076

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ essentially O(1) for relatively small mappings.
2121
Below is a visualization of a simple get/set benchmark comparing
2222
HAMT to an immutable mapping implemented with a Python dict
2323
copy-on-write approach (the benchmark code is available
24-
`here <https://gist.github.com/1st1/9004813d5576c96529527d44c5457dcd>`_):
24+
`here <https://gist.github.com/1st1/292e3f0bbe43bd65ff3256f80aa2637d>`_):
2525

2626
.. image:: bench.png
2727

@@ -40,7 +40,7 @@ immutables.Map
4040
The ``Map`` object implements ``collections.abc.Mapping`` ABC
4141
so working with it is very similar to working with Python dicts.
4242

43-
The only exception is its ``Map.set()`` and ``Map.delete()`` methods
43+
The only exception are its ``Map.set()`` and ``Map.delete()`` methods
4444
which return a new instance of ``Map``:
4545

4646
.. code-block:: python

0 commit comments

Comments
 (0)