Skip to content

Commit 1370ec0

Browse files
committed
Doc fix for the Builtin.Executor mangling
1 parent dba8d2e commit 1370ec0

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
@@ -516,7 +516,7 @@ Types
516516
type ::= 'BB' // Builtin.UnsafeValueBuffer
517517
type ::= 'Bc' // Builtin.RawUnsafeContinuation
518518
type ::= 'BD' // Builtin.DefaultActorStorage
519-
type ::= 'Be' // Builtin.ExecutorRef
519+
type ::= 'Be' // Builtin.Executor
520520
type ::= 'Bf' NATURAL '_' // Builtin.Float<n>
521521
type ::= 'Bi' NATURAL '_' // Builtin.Int<n>
522522
type ::= 'BI' // Builtin.IntLiteral

0 commit comments

Comments
 (0)