Skip to content

Commit a35698c

Browse files
norio-nomurabenrimmington
authored andcommitted
Fix typo (#805)
1 parent f819769 commit a35698c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0200-raw-string-escaping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## Introduction
1313

14-
During the discussion on multi-line spring literals a mode for "raw-mode" strings was discussed but postponed for later consideration. This proposal looks to move this idea forward and suggests the smallest of changes be made to the Swift lexer to allow the entry of single and multi-line "raw" string literals by prefixing them with "r". This adopts the precedent from the Python language. In raw literals, the \ character would have no special meaning.
14+
During the discussion on multi-line string literals a mode for "raw-mode" strings was discussed but postponed for later consideration. This proposal looks to move this idea forward and suggests the smallest of changes be made to the Swift lexer to allow the entry of single and multi-line "raw" string literals by prefixing them with "r". This adopts the precedent from the Python language. In raw literals, the \ character would have no special meaning.
1515

1616
## Motivation
1717

@@ -58,4 +58,4 @@ None.
5858

5959
## Alternatives considered
6060

61-
An alternative proposal where known escapes retained their functionality and anything else passed through was considered but found to be too difficult to reason about in practice.
61+
An alternative proposal where known escapes retained their functionality and anything else passed through was considered but found to be too difficult to reason about in practice.

0 commit comments

Comments
 (0)