We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebeeff6 commit c2afb74Copy full SHA for c2afb74
src/math.rs
@@ -88,7 +88,7 @@ pub fn linear_to_db(linear: f32) -> f32 {
88
/// ```
89
///
90
/// # Panics
91
-/// If the literal passed in is not zero this panicks.
+/// If the literal passed in is zero this panicks.
92
#[macro_export]
93
macro_rules! nz {
94
($n:literal) => {
0 commit comments