Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 11, 2023
1 parent 622f84f commit cd3e370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ impl Sodg {
let redirect = cl(v, &head, &tail, self);
let failure = if let Ok(re) = redirect {
if let Ok(to) = self.find(v, re.as_str()) {
trace!("#find_with_closure: ν{v}.{k} -> ν{to} (redirect to {re})");
trace!("#find_with_closure: ν{v}.{k} -> ν{to} (redirect to .{re})");
v = to;
continue;
}
Expand Down

0 comments on commit cd3e370

Please sign in to comment.