mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-12 21:08:45 +00:00
Fix typos Closes #411
This commit is contained in:
@@ -25,7 +25,7 @@ use std::ops::*;
|
|||||||
///
|
///
|
||||||
/// The `sign_extension()`, `two_complement()`, and `truncate()` are non-mandatory helper methods.
|
/// 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.
|
/// integer in hexadecimal form.
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
pub struct BigInt {
|
pub struct BigInt {
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ use itertools::Itertools;
|
|||||||
///
|
///
|
||||||
/// Returns `true` if the length of sequence is less or equal than 2.
|
/// Returns `true` if the length of sequence is less or equal than 2.
|
||||||
///
|
///
|
||||||
/// # Exmample
|
/// # Example
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```
|
||||||
/// use cs220::assignments::assignment09::small_exercises::*;
|
/// use cs220::assignments::assignment09::small_exercises::*;
|
||||||
|
|||||||
Reference in New Issue
Block a user