Jelajahi Sumber

Help/OPTIMIZE_DEPENDENCIES: move period outside of parenthetical

The preceding sentence needs a terminator.
Ben Boeckel 5 bulan lalu
induk
melakukan
03f5ffa2ca
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Help/prop_tgt/OPTIMIZE_DEPENDENCIES.rst

+ 1 - 1
Help/prop_tgt/OPTIMIZE_DEPENDENCIES.rst

@@ -27,7 +27,7 @@ any of the following criteria:
   Objective-C++, assembly, and CUDA are assumed to produce side effects.
   Objective-C++, assembly, and CUDA are assumed to produce side effects.
   However, side effects from one language are assumed not to be relevant to
   However, side effects from one language are assumed not to be relevant to
   another (for example, a Fortran library is assumed to not have any side
   another (for example, a Fortran library is assumed to not have any side
-  effects that are relevant for a Swift library.)
+  effects that are relevant for a Swift library).
 
 
 As an example, assume you have a static Fortran library which depends on a
 As an example, assume you have a static Fortran library which depends on a
 static C library, which in turn depends on a static Fortran library. The
 static C library, which in turn depends on a static Fortran library. The