From af7c22b7352facf808de8b9c39c9251975551d59 Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Mon, 26 Jun 2023 17:09:22 +0200 Subject: [PATCH] [libc++][doc] Fixes a typo. Thanks to ChuanqiXu for spotting it. --- libcxx/docs/Modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/docs/Modules.rst b/libcxx/docs/Modules.rst index e9339f9..ecb662c1 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 `__. If you think you've found a bug please it using the `LLVM bug tracker -- 2.7.4