Skip to content

Commit 341a2b3

Browse files
authored
Fix grammatical error in README.md
1 parent 8848914 commit 341a2b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This becomes challenging for a few reasons:
6464
It would be a significant lift for implementions to retroactively update error
6565
handling logic to add and propagate error codes through the existing logic. The
6666
benefit of doing so is likely marginal enough that it wouldn't be worth it.
67-
2. Many implementation level optimizations means it's not often clear exactly which
67+
2. Many implementation-level optimizations mean it's not often clear exactly which
6868
code would apply in any given situation. The throw might originate in a utility
6969
function used by multiple paths, for instance, or a single "observable" throw
7070
defined by the spec might actually originate from multiple places in the code

0 commit comments

Comments
 (0)