From f324326c2ff1a04803913ad11118a8b9e76da3a8 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Sat, 12 Aug 2023 10:37:16 +0200 Subject: [PATCH] Update doc/manual_experimental.md --- doc/manual_experimental.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual_experimental.md b/doc/manual_experimental.md index 99029044ac3a..698dd3f32156 100644 --- a/doc/manual_experimental.md +++ b/doc/manual_experimental.md @@ -2391,7 +2391,7 @@ It is more flexible than `virtual` in the sense that it accepts not only names b For example: ```nim -proc print(s: cstring) {.importcpp:"printf(@)", header:"".} +proc print(s: cstring) {.importcpp: "printf(@)", header: "".} type Doo {.exportc.} = object