Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos (Goodwine) <2022649+Goodwine@users.noreply.github.com>
  • Loading branch information
nex3 and Goodwine authored Dec 12, 2024
1 parent e111c8e commit 467f25d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sass-parser/lib/src/argument-list.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ describe('an argument list', () => {
});

/**
* Runs `node.each`, asserting that it sees a argument with each string value
* Runs `node.each`, asserting that it sees an argument with each string value
* and index in {@link elements} in order. If an index isn't explicitly
* provided, it defaults to the index in {@link elements}.
*
Expand Down
1 change: 1 addition & 0 deletions pkg/sass-parser/lib/src/parameter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ export class Parameter extends Node {
return this.defaultValue ? [this.defaultValue] : [];
}
}

/** Returns whether {@link props} is a {@link ParameterObjectProps}. */
function _isParameterObjectProps(
props: ParameterExpressionProps,
Expand Down

0 comments on commit 467f25d

Please sign in to comment.