From 433bdec5d84deb00e3ea171d19e2ea9ed6661c15 Mon Sep 17 00:00:00 2001 From: Michael Ilseman Date: Fri, 8 Apr 2022 08:30:37 -0600 Subject: [PATCH] Typo --- Documentation/Evolution/RegexSyntaxRunTimeConstruction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Evolution/RegexSyntaxRunTimeConstruction.md b/Documentation/Evolution/RegexSyntaxRunTimeConstruction.md index d0e04a1f7..cd922a673 100644 --- a/Documentation/Evolution/RegexSyntaxRunTimeConstruction.md +++ b/Documentation/Evolution/RegexSyntaxRunTimeConstruction.md @@ -931,7 +931,7 @@ We are deferring runtime support for callouts from regex literals as future work ## Alternatives Considered -### Failalbe inits +### Failable inits There are many ways for compilation to fail, from syntactic errors to unsupported features to type mismatches. In the general case, run-time compilation errors are not recoverable by a tool without modifying the user's input. Even then, the thrown errors contain valuable information as to why compilation failed. For example, swiftpm presents any errors directly to the user.