Skip to content

Commit 347a257

Browse files
committed
reference: vtable entries are resolved at runtime
1 parent 3a254fe commit 347a257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3565,7 +3565,7 @@ Each instance of a trait object includes:
35653565
implementation (i.e. a function pointer).
35663566

35673567
The purpose of trait objects is to permit "late binding" of methods. A call to
3568-
a method on a trait object is only resolved to a vtable entry at compile time.
3568+
a method on a trait object is only resolved to a vtable entry at runtime.
35693569
The actual implementation for each vtable entry can vary on an object-by-object
35703570
basis.
35713571

0 commit comments

Comments
 (0)