Skip to content

Commit

Permalink
fix a tiny formating issue in doc/destructors.rst (#19058)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekdai authored Oct 27, 2021
1 parent f50bcf8 commit ee65767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/destructors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ The ability to override a hook leads to a phase ordering problem:
discard
The solution is to define `proc `=destroy`[T](f: var Foo[T])` before
The solution is to define ````proc `=destroy`[T](f: var Foo[T])```` before
it is used. The compiler generates implicit
hooks for all types in *strategic places* so that an explicitly provided
hook that comes too "late" can be detected reliably. These *strategic places*
Expand Down

0 comments on commit ee65767

Please sign in to comment.