Browse Source

Help: Fix typo in CMAKE_CXX_KNOWN_FEATURES docs

Typo "ss defined" => "as defined".
David Demelier 11 years ago
parent
commit
37d684bd67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Help/prop_gbl/CMAKE_CXX_KNOWN_FEATURES.rst

+ 1 - 1
Help/prop_gbl/CMAKE_CXX_KNOWN_FEATURES.rst

@@ -145,7 +145,7 @@ The features known to this version of CMake are:
   .. _N2672: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2672.htm
 
 ``cxx_generic_lambdas``
-  Generic lambdas, ss defined in N3649_.
+  Generic lambdas, as defined in N3649_.
 
   .. _N3649: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3649.html