commit | 0bacd7c86ceade660a10193645fc93d68606cffc | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Fri Mar 06 15:46:58 2015 +0000 |
committer | Damien Martin-Guillerez <dmarting@google.com> | Tue Mar 10 13:55:15 2015 +0000 |
tree | 6505381924da40c3fac73ad4d2a49cd74a1fc484 | |
parent | 5bd680ebafa70d5d1ebf6af15bc6ee025ff6458b [diff] [blame] |
List boolean type as "bool", which is what Skylark actually wants. -- MOS_MIGRATED_REVID=87941912
diff --git a/docs/rules.md b/docs/rules.md index e7092f2..081e9f9 100644 --- a/docs/rules.md +++ b/docs/rules.md
@@ -186,7 +186,7 @@ Only the following data types are allowed to pass using providers: -* `boolean` +* `bool` * `integer` * `string` * `file`