From 370b4846dc530c9cbb270e4fd15150ec164f7a74 Mon Sep 17 00:00:00 2001 From: janakr Date: Tue, 9 May 2017 13:29:20 -0400 Subject: Fix some typos in best-practices doc. PiperOrigin-RevId: 155521449 --- site/versions/master/docs/best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/versions') diff --git a/site/versions/master/docs/best-practices.md b/site/versions/master/docs/best-practices.md index a1f84d7377..ca360954b9 100644 --- a/site/versions/master/docs/best-practices.md +++ b/site/versions/master/docs/best-practices.md @@ -82,7 +82,7 @@ Everything should be built from source whenever possible. Generally this means t depending on a library `some-library.so`, you'd create a BUILD file and build `some-library.so` from its sources, then depend on that target. -Building from source prevents a build from using an library that was build with incompatible flags +Building from source prevents a build from using a library that was built with incompatible flags or a different architecture. There are also some features like coverage, static analysis, or dynamic analysis that will only work on the source. -- cgit v1.2.3