From da07f49121a2661afd45b15cfbd55fcdb062e7d2 Mon Sep 17 00:00:00 2001 From: "O.S. of Smecta" Date: Thu, 26 Dec 2024 13:34:44 +0700 Subject: [PATCH] Gramatical clear https://github.com/godotengine/godot-docs/pull/10374#discussion_r1897628411 Co-authored-by: Matthew --- contributing/development/compiling/compiling_for_linuxbsd.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing/development/compiling/compiling_for_linuxbsd.rst b/contributing/development/compiling/compiling_for_linuxbsd.rst index 921e8c364e0..bbe1972c9a1 100644 --- a/contributing/development/compiling/compiling_for_linuxbsd.rst +++ b/contributing/development/compiling/compiling_for_linuxbsd.rst @@ -441,8 +441,8 @@ Go to the root of the source code, and execute the following build command: but only for the following ``scons`` command. Since riscv-gnu-toolchain uses its own Clang located in the ``bin`` folder, adding ``$RISCV_TOOLCHAIN_PATH/bin`` to your user's PATH environment variable may block you from accessing another - version of Clang if one is installed. For this reason not recommended to make - it permanent. You can also omit the ``PATH="$RISCV_TOOLCHAIN_PATH/bin:$PATH"`` line + version of Clang if one is installed. For this reason it's not recommended to make + adding the bin folder permanent. You can also omit the ``PATH="$RISCV_TOOLCHAIN_PATH/bin:$PATH"`` line if you want to use scons with self-installed version of Clang, but it may have compatibility issues with riscv-gnu-toolchain.