Update docs/benchmarks.md

Co-authored-by: Allison Vacanti <alliepiper16@gmail.com>
This commit is contained in:
Robert Maynard
2022-04-12 09:46:55 -04:00
committed by GitHub
parent 91c8f43d15
commit f4570d43cf

View File

@@ -246,7 +246,7 @@ explosion for more examples and information.
## Zipped/Tied Iteration of Value Axes
At times multiple value axes need to be iterated like they are actually a tuple
or zipped together. To enable this behavior you can request axes to be 'tied'
or zipped together. To enable this behavior you can request axes to be 'zipped'
together.
```cpp