Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgomez committed Sep 14, 2023
1 parent c6fee19 commit b7dd606
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 @@ -2405,7 +2405,7 @@ type
proc makeCppStruct(a:cint = 5, b:cstring = "hello"): CppStruct {.importcpp: "CppStruct(@)", constructor.}
(proc (s:CppStruct) = echo "hello")(makeCppStruct())
#if you remove a default value from the constructor and pass it to the call. The C++ compiler #will complain.
#if one remove a default value from the constructor and pass it to the call. The C++ compiler will complain.
```

Expand Down

0 comments on commit b7dd606

Please sign in to comment.