Skip to content

Commit

Permalink
lexpr: Fix copy-paste error in Formatter::write_null documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Rottmann authored and rotty committed Jun 8, 2024
1 parent 58fcc9c commit 3f0b8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lexpr/src/print.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ pub trait Formatter {
writer.write_all(b"#nil")
}

/// Writes a representation of the special nil value to the specified writer.
/// Writes a representation of the null (end-of list) value to the specified writer.
#[inline]
fn write_null<W>(&mut self, writer: &mut W) -> io::Result<()>
where
Expand Down

0 comments on commit 3f0b8e6

Please sign in to comment.