You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: proposals/0498-runtime-demangle.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Currently, many tools that need to display symbol names to developers are forced
26
26
27
27
Neither of these approaches are satisfactionary, because either we are paying a high cost for creating processes, or we're relying on unofficial APIs.
28
28
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.