From 2e098b9d599f18528e14c855bac076f520b545a7 Mon Sep 17 00:00:00 2001 From: Alessandro Croci <57228872+xela-95@users.noreply.github.com> Date: Thu, 18 Sep 2025 10:42:05 +0200 Subject: [PATCH] Fix typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c9b4d3..7762b68 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ See `asserts.py` find all supported assertions. If you cannot find a specific assertion, please consider making a pull request -or openning an issue on +or opening an issue on [the bug tracker](https://github.com/deepmind/chex/issues). #### Optional Arguments @@ -229,7 +229,7 @@ See [HowJAX primitives work](https://jax.readthedocs.io/en/latest/notebooks/How_JAX_primitives_work.html) section for more information about tracing. -### Warnings ([warnigns.py](https://github.com/deepmind/chex/blob/master/chex/_src/warnings.py)) +### Warnings ([warnings.py](https://github.com/deepmind/chex/blob/master/chex/_src/warnings.py)) In addition to hard assertions Chex also offers utilities to add common warnings, such as specific types of deprecation warnings.