summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2023-09-20 19:44:16 +0200
committermaralorn <mail@maralorn.de>2023-09-20 19:44:16 +0200
commita4f9ea332a749a849525ea98c34939ef59ae6b8d (patch)
treee2b0a52506121e9ea1666d9aa60bdc66cb451658 /doc
parentd5b3fbc677399d16897ea81f06d07d9400b05c5d (diff)
haskell-docs: Fix typo in function name
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/haskell.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/haskell.section.md b/doc/languages-frameworks/haskell.section.md
index 60972331840a1..83155bd246197 100644
--- a/doc/languages-frameworks/haskell.section.md
+++ b/doc/languages-frameworks/haskell.section.md
@@ -1029,7 +1029,7 @@ ugly, and we may want to deprecate them at some point. -->
 `disableCabalFlag flag drv`
 : Makes sure that the Cabal flag `flag` is disabled in Cabal's configure step.
 
-`appendBuildflags list drv`
+`appendBuildFlags list drv`
 : Adds the strings in `list` to the `buildFlags` argument for `drv`.
 
 <!-- TODO(@sternenseemann): removeConfigureFlag -->