[clang][docs] Fix typo in -fapinotes-modules option. (#145907)

This commit is contained in:
Ryan Mansfield
2025-06-26 22:16:35 -04:00
committed by GitHub
parent 13da48ddb3
commit 54e2f5ac9c

View File

@@ -42,7 +42,7 @@ PrivateHeaders directory as well, though it does not need an additional
"_private" suffix on its name.
Clang will search for API notes files next to module maps only when passed the
``-fapi-notes-modules`` option.
``-fapinotes-modules`` option.
Limitations