Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wyvernbw committed Mar 5, 2023
1 parent d5ce98b commit 12952f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "golduck"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
description = "A cli tool to run and debug godot projects 🦆🌊"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ pub enum Commands {
Play,
/// Play the project in debug mode
PlayDebug,
/// Run a specific scene, supports fuzzy findig
/// Run a specific scene, supports fuzzy finding
Run(Scene),
/// Debug a specific scene, supports fuzzy findig
/// Debug a specific scene, supports fuzzy finding
Debug(Scene),
}

Expand Down

0 comments on commit 12952f2

Please sign in to comment.