We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a254fe commit 347a257Copy full SHA for 347a257
src/doc/reference.md
@@ -3565,7 +3565,7 @@ Each instance of a trait object includes:
3565
implementation (i.e. a function pointer).
3566
3567
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.
+a method on a trait object is only resolved to a vtable entry at runtime.
3569
The actual implementation for each vtable entry can vary on an object-by-object
3570
basis.
3571
0 commit comments