Skip to content

Commit a8f5989

Browse files
committed
typo
1 parent efb457b commit a8f5989

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
@@ -3665,7 +3665,7 @@ implements trait `R`, casting `E` to the corresponding pointer type `&R` or
36653665
represented as a pair of pointers: the vtable pointer for the `T`
36663666
implementation of `R`, and the pointer value of `E`.
36673667

3668-
An example of an trait object:
3668+
An example of a trait object:
36693669

36703670
```
36713671
trait Printable {

0 commit comments

Comments
 (0)