Skip to content

Commit 1b39624

Browse files
authored
Merge pull request #3019 from lukaskollmer/main
fix typo in demangle function signature
2 parents 14bbc2f + 87099ce commit 1b39624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0498-runtime-demangle.md

Lines changed: 1 addition & 1 deletion
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 demangler 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

0 commit comments

Comments
 (0)