Skip to content

Commit 16973be

Browse files
committed
Fix comment
1 parent 3a470d1 commit 16973be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/it/src/commands/blame_copy_royal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ git commit -m {commit_id}
217217
// history’s root being the last element. We reverse the order in place so that all
218218
// methods can rely on the assumption that the root comes first, followed by its
219219
// descendants. That way, we can use a simple `for` loop to iterate through
220-
// `self.blame_path` below.
220+
// `self.blame_infos` below.
221221
self.blame_infos.reverse();
222222

223223
for blame_path_entry in self.blame_infos.clone() {

0 commit comments

Comments
 (0)