Commit 4640e75a authored by Jindřich Moravec's avatar Jindřich Moravec 🐈
Browse files

chore: fix typo

parent dc6c5cd9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
//! # Math library
//! Small collection of basic mather types and functions.
//! Small collection of basic math types and functions.

pub mod asserts;
mod axis;