Skip to content

Commit

Permalink
docs(spdx-utils): Add a missing comma in a code comment
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed May 18, 2024
1 parent d42863c commit 55c2003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/spdx/src/main/kotlin/SpdxExpression.kt
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ class SpdxCompoundExpression(

override fun toString() =
// If the operator of the left or right expression is different from the operator of this expression, put the
// respective expression in parentheses. Semantically this would only be required if the priority of this
// respective expression in parentheses. Semantically, this would only be required if the priority of this
// operator is higher than the priority of the operator of the left or right expression, but always adding
// parentheses makes it easier to understand the expression.
buildString {
Expand Down

0 comments on commit 55c2003

Please sign in to comment.