Jelajahi Sumber

fix typo in project_target.md (#182)

Gabriel Zhang 1 tahun lalu
induk
melakukan
a5bde9af64
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      manual/project_target.md

+ 1 - 1
manual/project_target.md

@@ -579,7 +579,7 @@ Set the output directory of the target program file. Under normal circumstances,
 The build directory can be manually modified during project configuration:
 
 ```bash
-Xmake f -o /tmp/build
+xmake f -o /tmp/build
 ```
 
 After modifying to `/tmp/build`, the target file is output to `/tmp/build` by default.