Skip to content

Commit c2afb74

Browse files
committed
fix typo in nz macro docs
1 parent ebeeff6 commit c2afb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pub fn linear_to_db(linear: f32) -> f32 {
8888
/// ```
8989
///
9090
/// # Panics
91-
/// If the literal passed in is not zero this panicks.
91+
/// If the literal passed in is zero this panicks.
9292
#[macro_export]
9393
macro_rules! nz {
9494
($n:literal) => {

0 commit comments

Comments
 (0)