Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1b39624

Browse files
authored
Merge pull request#3019 from lukaskollmer/main
fix typo in demangle function signature
2 parents14bbc2f +87099ce commit1b39624

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)

[8]ページ先頭

©2009-2025 Movatter.jp