Closed toga4 closed 1 year ago
This PR renames alternation to alteration to enhance clarity, as discussed in https://github.com/cloudspannerecosystem/memefish/pull/76#discussion_r1367706369.
alternation
alteration
To address this issue, I executed the following commands:
$ perl -pi -e 's/lternation/lteration/g' **/*.go $ make update-results
Thank you!!!
This PR renames
alternation
toalteration
to enhance clarity, as discussed in https://github.com/cloudspannerecosystem/memefish/pull/76#discussion_r1367706369.To address this issue, I executed the following commands: