Skip to content

Commit 0815fd2

Browse files
authored
Merge pull request #19736 from Azoy/mangling-docs
2 parents 6a1be02 + 464fb16 commit 0815fd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/ABI/Mangling.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Mangling
99
--------
1010
::
1111

12-
mangled-name ::= '$S' global
12+
mangled-name ::= '$s' global
1313

1414
All Swift-mangled names begin with this prefix.
1515

@@ -114,6 +114,7 @@ field offsets are therefore required when accessing fields in generic
114114
types where the metadata itself has unknown layout.)
115115

116116
::
117+
117118
global ::= global 'Tj' // resilient method dispatch thunk
118119
global ::= global 'Tq' // method descriptor
119120

0 commit comments

Comments
 (0)