Browse Source

Help: Add missing parenthesis in add_executable docs

Christopher Dembia 10 năm trước cách đây
mục cha
commit
194011b86f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Help/command/add_executable.rst

+ 1 - 1
Help/command/add_executable.rst

@@ -14,7 +14,7 @@ files listed in the command invocation.  The ``<name>`` corresponds to the
 logical target name and must be globally unique within a project.  The
 actual file name of the executable built is constructed based on
 conventions of the native platform (such as ``<name>.exe`` or just
-``<name>``.
+``<name>``).
 
 By default the executable file will be created in the build tree
 directory corresponding to the source tree directory in which the