From f82497dfbf82c0a8511cb3dd600601d2fec6a737 Mon Sep 17 00:00:00 2001 From: cjbzl Date: Fri, 6 Jun 2025 01:59:15 +0000 Subject: [PATCH] English Translation Signed-off-by: cjbzl --- docs/en/docs/ApplicationDev/using-gcc-for-compilation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/ApplicationDev/using-gcc-for-compilation.md b/docs/en/docs/ApplicationDev/using-gcc-for-compilation.md index 84997d895..94e603b19 100644 --- a/docs/en/docs/ApplicationDev/using-gcc-for-compilation.md +++ b/docs/en/docs/ApplicationDev/using-gcc-for-compilation.md @@ -486,7 +486,7 @@ In the preceding command, **libraryDIR** indicates the path of the libtest.a l export LD_LIBRARY_PATH=~/code/lib:$LD_LIBRARY_PATH ``` -8. Run the following command to execute **math.out**: +8. Run the following command to execute **math.out**. ```shell ./math.out -- Gitee