Skip to content

Commit 154c244

Browse files
committed
Fix typo in ErrorHandlingRationale.rst
1 parent 8d9ef80 commit 154c244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/ErrorHandlingRationale.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ they produce, and so many errors just end up falling into broad
577577
buckets. Different libraries end up with their own library-specific
578578
general error classes, and exceptions list end up just restating the
579579
library's own dependencies or wrapping the underlying errors in ways
580-
that loses criticial information.
580+
that loses critical information.
581581
582582
583583
Tradeoffs of typed propagation
@@ -768,7 +768,7 @@ not free:
768768
which on our platforms means a function call because we're not
769769
willing to commit to anything more specific in the ABI.
770770
771-
* Jumping across arbitary frames invalidates the callee-save
771+
* Jumping across arbitrary frames invalidates the callee-save
772772
registers, so the registering frame must save them all eagerly. In
773773
calling conventions with many callee-save registers, this can be
774774
very expensive. However, this is only necessary when it's possible

0 commit comments

Comments
 (0)