Fix typo in README.md (#19598)

Fixed a typo
old-commit-hash: d68a774dd203e888556be269b5d2961f8847df98
This commit is contained in:
Abdul Adhil PK
2020-12-26 11:02:14 +05:30
committed by GitHub
parent 4fbefc8e10
commit 860a469dc3
+1 -1
View File
@@ -263,7 +263,7 @@ By using openpilot, you agree to [our Privacy Policy](https://my.comma.ai/privac
Safety and Testing
----
* openpilot observes ISO26262 guidelines, see [SAFETY.md](SAFETY.md) for more detail.
* openpilot observes ISO26262 guidelines, see [SAFETY.md](SAFETY.md) for more details.
* openpilot has software in the loop [tests](.github/workflows/test.yaml) that run on every commit.
* The safety model code lives in panda and is written in C, see [code rigor](https://github.com/commaai/panda#code-rigor) for more details.
* panda has software in the loop [safety tests](https://github.com/commaai/panda/tree/master/tests/safety).