Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neoneye committed Feb 6, 2024
1 parent ca164de commit dc7bbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust_project/loda-rust-cli/src/arc/image_rotate45.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pub struct Rotate45Extract {

impl Rotate45Extract {
/// The usual rotate by 45 degrees introduces a checkerboard of gaps in the image.
/// An question is, can the gaps be eliminated?
/// A question is; can these gaps be eliminated?
/// The answer is `Yes`, this is the code.
///
/// Rotate by 45 degrees, and extract the primary/secondary lattice.
Expand Down

0 comments on commit dc7bbe2

Please sign in to comment.