Skip to content

Commit 7ef9cc6

Browse files
committed
[Gardening] Fixed sigil.
1 parent d608cb5 commit 7ef9cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ABI/Mangling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ types where the metadata itself has unknown layout.)
212212
global ::= global 'TD' // dynamic dispatch thunk
213213
global ::= global 'Td' // direct method reference thunk
214214
global ::= global 'TI' // implementation of a dynamic_replaceable function
215-
global :== global 'Tu' // async function pointer of a function
215+
global ::= global 'Tu' // async function pointer of a function
216216
global ::= global 'TX' // function pointer of a dynamic_replaceable function
217217
global ::= entity entity 'TV' // vtable override thunk, derived followed by base
218218
global ::= type label-list? 'D' // type mangling for the debugger with label list for function types.

0 commit comments

Comments
 (0)