Skip to content

Commit

Permalink
Update tooling/nargo_fmt/src/formatter/chunks.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Akosh Farkash <[email protected]>
  • Loading branch information
asterite and aakoshh authored Oct 21, 2024
1 parent 9e1f811 commit 9d58753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/nargo_fmt/src/formatter/chunks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//! However, some changes were introduces to handle comments and other particularities of Noir.
use super::Formatter;

/// A text chunk. It precomputes the text width and wether it has newlines.
/// A text chunk. It precomputes the text width and whether it has newlines.
#[derive(Debug)]
pub(crate) struct TextChunk {
pub(crate) string: String,
Expand Down

0 comments on commit 9d58753

Please sign in to comment.