Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

[Merged by Bors] - chore(tactic): fix tactic doc tags #12131

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/tactic/linear_combination.lean
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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