Merge pull request #1 from schuwa/patch-1

Fix typo in README.md
This commit is contained in:
CJB 2023-02-22 14:17:52 -06:00 committed by GitHub
commit 1de21377cc
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.