plotters-rs / plotters

A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely 🦀 📈🚀
https://plotters-rs.github.io/home/
MIT License
3.89k stars 281 forks source link

Fix typo: cubiod -> cuboid #643

Closed fotonick closed 1 month ago

fotonick commented 1 month ago

Ultra-simple search-and-replace typo fix. cargo test passes. No benchmark changes. No doc layout changes. Link from contributors guide to plotters/examples/wasm-demo is broken, but there's hardly any room for a search-and-replace to break it, so I request a waiver.

AaronErhardt commented 1 month ago

As simple as this change might seem, I can't merge this currently because on the main branch we don't accept breaking changes. Only on next-release-devel we do.

fotonick commented 1 month ago

I see. I didn't know about next-release-dev since it wasn't mentioned in CONTRIBUTING.md. Looking at this branch, I see that this identical patch was committed two years ago in c8364744a9d6bfc4e9c2128189a98ea1a292b494. I'm a little concerned that it hasn't made its way to main in that time. Either way, this PR is redundant. Closing.