diff options
-rw-r--r-- | doc/manual_experimental.md | 4 |
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 +``` |