Browse Source

Help/OPTIMIZE_DEPENDENCIES: move period outside of parenthetical

The preceding sentence needs a terminator.
Ben Boeckel 5 months ago
parent
commit
03f5ffa2ca
1 changed files with 1 additions and 1 deletions
  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.
   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
-  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
 static C library, which in turn depends on a static Fortran library. The