Skip to content

Commit ee9a199

Browse files
committed
remove duplicate word
1 parent 6093d48 commit ee9a199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ impl Config {
256256
/// one.
257257
pub(super) fn from_resolved_toml_path(dir: &Path) -> Result<(Config, Option<PathBuf>), Error> {
258258
/// Try to find a project file in the given directory and its parents.
259-
/// Returns the path of a the nearest project file if one exists,
259+
/// Returns the path of the nearest project file if one exists,
260260
/// or `None` if no project file was found.
261261
fn resolve_project_file(dir: &Path) -> Result<Option<PathBuf>, Error> {
262262
let mut current = if dir.is_relative() {

0 commit comments

Comments
 (0)