fix typos

This commit is contained in:
Wataru Otsubo 2024-10-01 11:29:05 +09:00
parent ab6c012480
commit 995abd47ac
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add `versions` table to store versoin information of converter(this software)
- Add `versions` table to store version information of converter(this software)
- Add `skew` columnt to `qaqc_positions` table
- Add `DownloadCSVs` module and functions which downloads the latest CSVs from Google sheets

View file

@ -210,7 +210,7 @@ end
) -> nothing
Fill `qaqc_single_run_results` in `db` from single result table DataFrame.
Additionaly, it
Additionally, it
1. automatically add `runid` if it's not in `qaqc_runs` table in `db`.
2. automatically update fields in `qaqc_runs` table.
"""