Fix duplicate sentence in visibility documentation

This paragraph was duplicated.

Test: treehugger
Change-Id: I6057b96e310ac0ebf8f6f2a86f93efafd189579e
This commit is contained in:
Anton Hansson
2019-12-16 11:38:46 +00:00
parent 7829a9bf9e
commit f56f74be4a

View File

@@ -302,9 +302,6 @@ type commonProperties struct {
// If a module does not specify the `visibility` property then it uses the
// `default_visibility` property of the `package` module in the module's package.
//
// If a module does not specify the `visibility` property then it uses the
// `default_visibility` property of the `package` module in the module's package.
//
// If the `default_visibility` property is not set for the module's package then
// it will use the `default_visibility` of its closest ancestor package for which
// a `default_visibility` property is specified.