Skip to content

Commit e8bcb7e

Browse files
committed
fix comment
1 parent 7d262f7 commit e8bcb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/uv-git/src/git.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ impl GitRepository {
158158
})
159159
}
160160

161-
/// Initializes a Git repository/// Underlying Git repository instance for this database. at `path`.
161+
/// Initializes a Git repository at `path`.
162162
fn init(path: &Path) -> Result<GitRepository> {
163163
// TODO: see if this still necessary
164164
// Skip anything related to templates, they just call all sorts of issues as

0 commit comments

Comments
 (0)