Skip to content

Commit

Permalink
chore(tactic): fix tactic doc tags (#12131)
Browse files Browse the repository at this point in the history


Co-authored-by: Rob Lewis <rob.y.lewis@gmail.com>
  • Loading branch information
robertylewis and robertylewis committed Feb 21, 2022
1 parent 8b93d3a commit b04851f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tactic/linear_combination.lean
Expand Up @@ -388,7 +388,7 @@ add_tactic_doc
{ name := "linear_combination",
category := doc_category.tactic,
decl_names := [`tactic.interactive.linear_combination],
tags := [] }
tags := ["arithmetic"] }

end interactive_mode
end linear_combo
2 changes: 1 addition & 1 deletion src/tactic/rewrite_search/frontend.lean
Expand Up @@ -82,6 +82,6 @@ add_tactic_doc
{ name := "rewrite_search",
category := doc_category.tactic,
decl_names := [`tactic.interactive.rewrite_search],
tags := ["rewrite", "automation"] }
tags := ["rewriting", "automation"] }

end tactic.interactive

0 comments on commit b04851f

Please sign in to comment.