cloudspannerecosystem / memefish

memefish is the foundation to analyze Spanner SQL
https://cloudspannerecosystem.dev/memefish/
MIT License
76 stars 19 forks source link

Rename `alternation` to `alteration` for clarity #77

Closed toga4 closed 1 year ago

toga4 commented 1 year ago

This PR renames alternation to alteration to enhance clarity, as discussed in https://github.com/cloudspannerecosystem/memefish/pull/76#discussion_r1367706369.

To address this issue, I executed the following commands:

$ perl -pi -e 's/lternation/lteration/g' **/*.go
$ make update-results
makenowjust commented 1 year ago

Thank you!!!