summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJuan M Gómez <info@jmgomez.me>2023-05-20 22:52:21 +0100
committerGitHub <noreply@github.com>2023-05-20 23:52:21 +0200
commitfcf2dcf099c4be7e2e7422d21728c220fbb034bd (patch)
tree7f4967fda8b7722df4d08c544a69d5d153485b1e
parent641e34bcb2acf8e289c5be67f5fb1164cb6be80a (diff)
downloadNim-fcf2dcf099c4be7e2e7422d21728c220fbb034bd.tar.gz
Moves virtual under its own section manual_experimental.md (#21870)
-rw-r--r--doc/manual_experimental.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual_experimental.md b/doc/manual_experimental.md
index 6e11e03ea..25c9c1b55 100644
--- a/doc/manual_experimental.md
+++ b/doc/manual_experimental.md
@@ -2132,7 +2132,7 @@ The `.sendable` pragma itself is an experimenal, unchecked, unsafe annotation. I
 currently only used by `Isolated[T]`.
 
 Virtual pragma
-----------------
+==============
 
 `virtual` is designed to extend or create virtual functions when targeting the cpp backend. When a proc is marked with virtual, it forward declares the proc header within the type's body.
 
@@ -2205,4 +2205,4 @@ NimPrinter().printConst(message)
 var val: int32 = 10
 NimPrinter().printConstRef(message, val)
 
-```
\ No newline at end of file
+```