Fix typo in README.md

This commit is contained in:
Dominik Schulze Waltrup 2023-01-26 17:25:31 +01:00 committed by GitHub
parent 80dc65aaea
commit 22e58b8074
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ Serum aims to be a common-sense, "just enough" standard -- easy to adopt, easy t
It specifies enough to be meaningful, but not so much that it becomes complicated. It specifies enough to be meaningful, but not so much that it becomes complicated.
The goals are: The goals are:
- to have observable, serializable, cross-langauge errors; - to have observable, serializable, cross-language errors;
- to have human readable, and also search-engine friendly errors; - to have human readable, and also search-engine friendly errors;
- and to promote rigorous error handling, and be amenable to static analysis. - and to promote rigorous error handling, and be amenable to static analysis.