From 5c0145c54de9906c375ccb677a40d6e45483c22e Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Mon, 2 May 2022 00:20:10 -0400 Subject: docs: correct incorrect types for pch files In the original RefMan 2.0 implementation, the types for this were filled in as `str | file`, but the code only ever accepted the former. Fix the documentation so that it aligns with reality. Fixes #10338 --- docs/yaml/functions/_build_target_base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/yaml/functions/_build_target_base.yaml b/docs/yaml/functions/_build_target_base.yaml index 87966f6..6bce8ef 100644 --- a/docs/yaml/functions/_build_target_base.yaml +++ b/docs/yaml/functions/_build_target_base.yaml @@ -39,7 +39,7 @@ warnings: kwargs: _pch: - type: str | file + type: str description: precompiled header file to use for the given language _args: -- cgit v1.1