Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
If we will remove new_sets, then we should deprecate it instead of sets.
  • Loading branch information
BoleynSu committed Jul 23, 2022
1 parent 872e9b0 commit 93a0b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -47,8 +47,8 @@ s = shell.quote(p)
* [partial](docs/partial_doc.md)
* [paths](docs/paths_doc.md)
* [selects](docs/selects_doc.md)
* [sets](lib/sets.bzl) - _deprecated_, use `new_sets`
* [new_sets](docs/new_sets_doc.md)
* [sets](lib/sets.bzl)
* [new_sets](docs/new_sets_doc.md) - _deprecated_, use `sets`
* [shell](docs/shell_doc.md)
* [structs](docs/structs_doc.md)
* [subpackages](docs/subpackages_doc.md)
Expand Down

0 comments on commit 93a0b0c

Please sign in to comment.