Fix typo in docs

This commit is contained in:
Jay Oster 2019-10-27 20:28:06 -07:00
parent 6392ff9481
commit b7e751b507

View file

@ -1,4 +1,4 @@
//! A tiny library providing a GPU-powered pixel pixel buffer.
//! A tiny library providing a GPU-powered pixel buffer.
//!
//! [`Pixels`] represents a 2D pixel buffer with an explicit image resolution, making it ideal for
//! prototyping simple pixel-based games, animations, and emulators. The pixel buffer is rendered