Skip to content

Commit

Permalink
Update comments #296
Browse files Browse the repository at this point in the history
  • Loading branch information
tshino committed Dec 12, 2023
1 parent 7970368 commit 960e1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/gen_wrapper_util.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function makeCompactKeybindingsJSON(keybindings) {
const decomposeWhenClause = function(when) {
// returns Array of Arrays.
// The outer array corresponds to '||' operators.
// The inner array corresponds to '&&' operators.
// The inner arrays correspond to '&&' operators.
const splitArray = function(array, separator) {
const result = [];
for (let i = 0, j = 0; i < array.length; i++) {
Expand Down

0 comments on commit 960e1a2

Please sign in to comment.