Skip to content

Commit 4be7b79

Browse files
authored
Fix minor typos in SE-0498
1 parent 09db595 commit 4be7b79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0498-runtime-demangle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Currently, many tools that need to display symbol names to developers are forced
2626

2727
Neither of these approaches are satisfactionary, because either we are paying a high cost for creating processes, or we're relying on unofficial APIs.
2828

29-
This proposal introduces an official `demangle(:String) -> String?` function that offers a maintained and safe way to call the Swift demangled from a running Swift application.
29+
This proposal introduces an official `demangle(:String) -> String?` function that offers a maintained and safe way to call the Swift demangler from a running Swift application.
3030

3131
## Proposed solution
3232

@@ -83,7 +83,7 @@ The demangled representation may change without any warning, during even patch r
8383

8484
### Customizing demangling behavior with options
8585

86-
We intentionally do not offer customization of demangling modes in this initial revision of this API. The Swift demangler does offer various options about hot demangling should be performed, however we are not confident enough in selecting a subset of those options to offer as API at this point.
86+
We intentionally do not offer customization of demangling modes in this initial revision of this API. The Swift demangler does offer various options about how demangling should be performed, however we are not confident enough in selecting a subset of those options to offer as API at this point.
8787

8888
Adding those options will be possible in future revisions, by adding an additional `options: DemanglingOptions` parameter to the demangle functions introduced in this proposal.
8989

0 commit comments

Comments
 (0)