Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit d7eb412

Browse files
author
Hendrik van Antwerpen
committed
Typos
1 parent 30d87d8 commit d7eb412

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tree-sitter-stack-graphs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
#### Changed
1313

14-
- The `cli` module has been reorganized. Instead of providing a fully derived CLI type, the subcommands are now exposed, while deriving the CLI type is left to the user. This makes sure that the name and version reported by the version command are ones from the user crate, and not from this crate. Instead of using `cli::LanguageConfigurationsCli` and `cli::PathLoadingCli`, users should using from `cli::provided_languages::Subcommands` and `cli::path_loading::Subcommands` repsectively. The `cli` module documentation shows complete examples of how to do this.
14+
- The `cli` module has been reorganized. Instead of providing a fully derived CLI type, the subcommands are now exposed, while deriving the CLI type is left to the user. This makes sure that the name and version reported by the version command are ones from the user crate, and not from this crate. Instead of using `cli::LanguageConfigurationsCli` and `cli::PathLoadingCli`, users should using from `cli::provided_languages::Subcommands` and `cli::path_loading::Subcommands` respectively. The `cli` module documentation shows complete examples of how to do this.
1515
- The `cli::CiTester` type has been moved to `ci::Tester`. Because it uses `cli` code internally, it is still hidden behind the `cli` feature flag.
1616

1717
## v0.5.1 -- 2023-01-10

tree-sitter-stack-graphs/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
//! }
3131
//! ```
3232
//!
33-
//! ## Provided langauges CLIs
33+
//! ## Provided languages CLIs
3434
//!
3535
//! Provided languages CLIs use directly provided language configuration instances.
3636
//! Derive a language configuration CLI as follows:

0 commit comments

Comments
 (0)