diff --git a/docs/contributing/about-platform-toolkit-and-library-names.md b/docs/contributing/about-platform-toolkit-and-library-names.md index 1f23ee46aa..3929f22c42 100644 --- a/docs/contributing/about-platform-toolkit-and-library-names.md +++ b/docs/contributing/about-platform-toolkit-and-library-names.md @@ -105,7 +105,7 @@ It is only added to shared libraries on Windows. -------------------------------------------------------------------- -`$arch` is used only by MSVS solutions. It is empty for 32-bit builds and +`$arch` is used only when building with MSVC. It is empty for 32-bit builds and `'x64'` for 64-bit builds. It is only added to shared libraries. --------------------------------------------------------------------