Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Fix spelling error in 'brute force'
Browse files Browse the repository at this point in the history
  • Loading branch information
BuyMyMojo committed Mar 5, 2022
1 parent ae8a445 commit 21a62f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Rust 3x+1

Simple tool to bruteforce 3x+1 for a second loop. Only takes positive numbers.
Simple tool to brute force 3x+1 for a second loop. Only takes positive numbers.


## Usage
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use tracing::{Level, instrument, event};
use tracing_subscriber;
use clap::Parser;

/// Simple tool to bruteforce 3x+1 for a second loop. Only takes positive numbers
/// Simple tool to brute force 3x+1 for a second loop. Only takes positive numbers
#[derive(Parser, Debug)]
#[clap(author, version, about, long_about = None)]
struct Args {
Expand Down

0 comments on commit 21a62f9

Please sign in to comment.