summaryrefslogtreecommitdiff
path: root/docs/refman
diff options
context:
space:
mode:
authorspaette <spaette@users.noreply.github.com>2024-09-11 13:05:04 -0500
committerDylan Baker <dylan@pnwbakers.com>2024-09-11 15:51:04 -0700
commit4179996fefd272cc0c893b88ad17c010fa037768 (patch)
treea5f7f8ff03bb5b6d39556331d4c2e163f7718c14 /docs/refman
parent3aedec5b34c586b9c3a16be17d2fda353bf5fff1 (diff)
downloadmeson-4179996fefd272cc0c893b88ad17c010fa037768.tar.gz
Fix typos
Diffstat (limited to 'docs/refman')
-rw-r--r--docs/refman/generatormd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/refman/generatormd.py b/docs/refman/generatormd.py
index 2c80ab023..854712d53 100644
--- a/docs/refman/generatormd.py
+++ b/docs/refman/generatormd.py
@@ -94,7 +94,7 @@ class GeneratorMD(GeneratorBase):
def _link_to_object(self, obj: T.Union[Function, Object], in_code_block: bool = False) -> str:
'''
- Generate a palaceholder tag for the function/method/object documentation.
+ Generate a placeholder tag for the function/method/object documentation.
This tag is then replaced in the custom hotdoc plugin.
'''
prefix = '#' if in_code_block else ''