ifesdjeen commented on code in PR #2807:
URL: https://github.com/apache/cassandra/pull/2807#discussion_r1363383063
##########
src/java/org/apache/cassandra/schema/SchemaTransformation.java:
##########
@@ -37,7 +37,7 @@ public interface SchemaTransformation
/**
* Apply a statement transformation to a schema snapshot.
* <p>
- * Implementing methods should be side-effect free (outside of throwing
exceptions if the transformation cannot
+ * Implementing methods should be side effect free (outside of throwing
exceptions if the transformation cannot
Review Comment:
`side-effect` is also a correct spelling:
https://www.collinsdictionary.com/dictionary/english/side-effect.
I would say `side-effect` but `side-effect free`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]