[libcxx-commits] [libcxx] af7c22b - [libc++][doc] Fixes a typo.
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 26 08:10:53 PDT 2023
Author: Mark de Wever
Date: 2023-06-26T17:09:22+02:00
New Revision: af7c22b7352facf808de8b9c39c9251975551d59
URL: https://github.com/llvm/llvm-project/commit/af7c22b7352facf808de8b9c39c9251975551d59
DIFF: https://github.com/llvm/llvm-project/commit/af7c22b7352facf808de8b9c39c9251975551d59.diff
LOG: [libc++][doc] Fixes a typo.
Thanks to ChuanqiXu for spotting it.
Added:
Modified:
libcxx/docs/Modules.rst
Removed:
################################################################################
diff --git a/libcxx/docs/Modules.rst b/libcxx/docs/Modules.rst
index e9339f9826f07..ecb662c1d0ec7 100644
--- a/libcxx/docs/Modules.rst
+++ b/libcxx/docs/Modules.rst
@@ -218,7 +218,7 @@ Building this project is done with the following steps, assuming the files
``error: module file _deps/std-build/CMakeFiles/std.dir/std.pcm cannot be loaded due to a configuration mismatch with the current compilation [-Wmodule-file-config-mismatch]``
-If you have questions about modules free free to ask them in the ``#libcxx``
+If you have questions about modules feel free to ask them in the ``#libcxx``
channel on `LLVM's Discord server <https://discord.gg/jzUbyP26tQ>`__.
If you think you've found a bug please it using the `LLVM bug tracker
More information about the libcxx-commits
mailing list