Skip to content

Commit e0cea6c

Browse files
authored
Typo (#259)
1 parent 0c2ed87 commit e0cea6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Evolution/RegexSyntaxRunTimeConstruction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ We are deferring runtime support for callouts from regex literals as future work
931931

932932
## Alternatives Considered
933933

934-
### Failalbe inits
934+
### Failable inits
935935

936936
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.
937937

0 commit comments

Comments
 (0)