Explorar o código

Help: Fix typo in cmake_path(CMAKE_PATH) command signature

Fix a typo accidentally added by commit eb583b0a66 (cmake_path command:
path management, 2020-07-23).  Remove a stray `]` character that breaks
the pygments lexer.
Brad King %!s(int64=5) %!d(string=hai) anos
pai
achega
2b51cc5481
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Help/command/cmake_path.rst

+ 1 - 1
Help/command/cmake_path.rst

@@ -443,7 +443,7 @@ Conversion
 
 .. code-block:: cmake
 
-    cmake_path(CMAKE_PATH <path> [NORMALIZE] <input>])
+    cmake_path(CMAKE_PATH <path> [NORMALIZE] <input>)
 
 Converts a native ``<input>`` path into cmake-style path with forward-slashes
 (``/``). On Windows, the long filename marker is taken into account.