Skip to content

Commit

Permalink
fix a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenesvk committed May 4, 2024
1 parent 4f3fda1 commit d5d742f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/src/cfg/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2894,7 +2894,7 @@ fn parse_layers(
} else {
2
}; // skip the 3rd list that's used to configure a layer rather than define an action
// Parse actions as input -> output triplets
// Parse actions as input output pairs
let mut pairs = layer[skip..].chunks_exact(2);
let mut layer_mapped_keys = HashSet::default();
let mut defsrc_anykey_used = false;
Expand Down

0 comments on commit d5d742f

Please sign in to comment.