Skip to content

Commit

Permalink
Update doc/manual_experimental.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Araq authored Aug 12, 2023
1 parent 9cdcc7b commit f324326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual_experimental.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:"<stdio.h>".}
proc print(s: cstring) {.importcpp: "printf(@)", header: "<stdio.h>".}
type
Doo {.exportc.} = object
Expand Down

0 comments on commit f324326

Please sign in to comment.