fix a tiny formating issue in doc/destructors.rst (#19058)

This commit is contained in:
Derek 呆
2021-10-27 17:45:05 +08:00
committed by GitHub
parent f50bcf82c3
commit ee65767d44

View File

@@ -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*