From 2b4584745a9830de25b8282d08751fbcb1c9972d Mon Sep 17 00:00:00 2001 From: Googler Date: Fri, 19 Jan 2018 06:49:03 -0800 Subject: Replaced 'legal' by 'valid' in some documentation. RELNOTES: None. PiperOrigin-RevId: 182528996 --- .../com/google/devtools/build/docgen/templates/be/functions.vm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/main/java/com/google/devtools/build/docgen') diff --git a/src/main/java/com/google/devtools/build/docgen/templates/be/functions.vm b/src/main/java/com/google/devtools/build/docgen/templates/be/functions.vm index b0b9ac6e81..722a845392 100644 --- a/src/main/java/com/google/devtools/build/docgen/templates/be/functions.vm +++ b/src/main/java/com/google/devtools/build/docgen/templates/be/functions.vm @@ -340,7 +340,7 @@ package_group(

-

Legal license types include:

+

Valid license types include:

restricted
Requires mandatory source distribution.
@@ -431,8 +431,8 @@ In addition filename patterns can contain the recursive ** wildcard. This wildcard will match zero or more complete path segments separated by the directory separator /. This wildcard can only be used as a complete path segment. For example, -"x/**/*.java" is legal, but "test**/testdata.xml" -and "**.java" are both illegal. No other wildcards are supported. +"x/**/*.java" is valid, but "test**/testdata.xml" +and "**.java" are both invalid. No other wildcards are supported.

Glob returns a sorted list of every file in the current package that: @@ -756,7 +756,7 @@ cc_binary(

A workspace name must start with a letter and can contain letters, numbers, and underscores (this is to maximize the number of languages for which this - string can be a legal package/module name). It should describe the project in + string can be a valid package/module name). It should describe the project in reverse-DNS form, with elements separated by underscores. For example, if a project is hosted at example.com/some-project, you might use com_example_some_project as the workspace name. -- cgit v1.2.3