We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a470d1 commit 16973beCopy full SHA for 16973be
tests/it/src/commands/blame_copy_royal.rs
@@ -217,7 +217,7 @@ git commit -m {commit_id}
217
// history’s root being the last element. We reverse the order in place so that all
218
// methods can rely on the assumption that the root comes first, followed by its
219
// descendants. That way, we can use a simple `for` loop to iterate through
220
- // `self.blame_path` below.
+ // `self.blame_infos` below.
221
self.blame_infos.reverse();
222
223
for blame_path_entry in self.blame_infos.clone() {
0 commit comments