Skip to content

Commit

Permalink
chore: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnamananand996 committed Sep 15, 2024
1 parent 95d9bd8 commit 21c09e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/rust_template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub(crate) fn create_system(name: &str) -> Result<()> {
anchor_cli::create_files(&[common_files, template_files].concat())
}

/// Create a component from the given name.
/// Create a world from the given name.
pub fn create_world(name: &str) -> Result<()> {
let program_path = Path::new("programs-ecs/world").join(name);
let common_files = vec![
Expand Down

0 comments on commit 21c09e2

Please sign in to comment.