소스 검색

Minor tweaks to the libraries manual

Björn Ritzl 6 년 전
부모
커밋
04149f7ec4
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      docs/en/manuals/images/libraries/libraries_include_dirs.png
  2. 1 1
      docs/en/manuals/libraries.md

BIN
docs/en/manuals/images/libraries/libraries_include_dirs.png


+ 1 - 1
docs/en/manuals/libraries.md

@@ -32,7 +32,7 @@ For a project hosted on GitHub it would be the URL to a project release:
 ![GitHub Library URL](images/libraries/libraries_library_url_github.png)
 
 ::: important
-It is recommend to always depends on a specific release of a library project instead of on the master branch. This way it is up to you as a developer to decide when to incorporate changes from a library project as opposed to always getting the latest (and potentially breaking) changes from the master branch a library project.
+It is recommend to always depends on a specific release of a library project instead of on the master branch. This way it is up to you as a developer to decide when to incorporate changes from a library project as opposed to always getting the latest (and potentially breaking) changes from the master branch of a library project.
 :::
 
 ## Setting up library dependencies