Skip to content

Commit

Permalink
Fix typos Closes #411
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-Janggun committed Oct 21, 2024
1 parent b3c3664 commit 8f1b5a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/assignments/assignment09/bigint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use std::ops::*;
///
/// The `sign_extension()`, `two_complement()`, and `truncate()` are non-mandatory helper methods.
///
/// For testing and debugging pruposes, the `Display` trait is implemented for you, which shows the
/// For testing and debugging purposes, the `Display` trait is implemented for you, which shows the
/// integer in hexadecimal form.
#[derive(Debug, Clone)]
pub struct BigInt {
Expand Down
2 changes: 1 addition & 1 deletion src/assignments/assignment09/small_exercises.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use itertools::Itertools;
///
/// Returns `true` if the length of sequence is less or equal than 2.
///
/// # Exmample
/// # Example
///
/// ```
/// use cs220::assignments::assignment09::small_exercises::*;
Expand Down

0 comments on commit 8f1b5a7

Please sign in to comment.