소스 검색

Help: Fix typo in CMP0156 documentation

Brad King 1 년 전
부모
커밋
64b682d3ba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Help/policy/CMP0156.rst

+ 1 - 1
Help/policy/CMP0156.rst

@@ -16,7 +16,7 @@ symbols in the unresolved set.
 Handling mutually dependent archives may be awkward when using a traditional
 linker. Archive files may have to be specified multiple times.
 
-Some linkers (for instance Apple or Windows linkers, as well as``LLVM LLD``)
+Some linkers (for instance Apple or Windows linkers, as well as ``LLVM LLD``)
 records all symbols found in objects and archives as it iterates over command
 line arguments. When one of these linkers encounters an undefined symbol that
 can be resolved by an object file contained in a previously processed archive