allenai / ScienceWorld

ScienceWorld is a text-based virtual environment centered around accomplishing tasks from the standardized elementary science curriculum.
https://sciworld.apps.allenai.org/
Apache License 2.0
199 stars 24 forks source link

Fix spelling #28

Closed manuelciosici closed 1 year ago

manuelciosici commented 1 year ago
  1. Adds pre-commit configuration with codespell
  2. Fixes trailing whitespaces
  3. Fixes spelling errors identified by codespell
  4. Fixes spelling errors not identified by codespell, e.g., bath tub and cannonical
  5. Fixes a Scala syntax error introduced in ca6b8c9ac275dbea82a542edf7d175aafbbede6e

Testing

I compiled the scala code and made sure that the compilation completes after the changes above.