summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--doc/destructors.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/destructors.rst b/doc/destructors.rst
index b4575b2e2..6e4509666 100644
--- a/doc/destructors.rst
+++ b/doc/destructors.rst
@@ -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*