Skip to content

Commit 8235898

Browse files
committed
unwrap
1 parent 37aa93a commit 8235898

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/glossary.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ root, including through [paths] of public modules.
6262

6363
### Dispatch
6464

65-
Dispatch is the mechanism to determine which specific version of code is actually
66-
run when it involves polymorphism. Two major forms of dispatch are static dispatch and
67-
dynamic dispatch. Rust supports dynamic dispatch through the use of [trait objects][type.trait-object].
65+
Dispatch is the mechanism to determine which specific version of code is actually run when it involves polymorphism. Two major forms of dispatch are static dispatch and dynamic dispatch. Rust supports dynamic dispatch through the use of [trait objects][type.trait-object].
6866

6967
### Dynamically sized type
7068

0 commit comments

Comments
 (0)