Skip to content

Commit 45698dc

Browse files
committed
Correct error
1 parent 05ebcf9 commit 45698dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/haskell_and_c_code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ this example).
204204
205205
If GHC's `-stubdir` option is omitted, GHC will put the generated C header
206206
file together with the other build artefacts for the module. However, that
207-
location cannot be specified reliably using the `install-dirs` key.
207+
location cannot be specified reliably using the `include-dirs` key.
208208
209209
That generated C header file will have content like:
210210
~~~c

0 commit comments

Comments
 (0)