Skip to content

Commit

Permalink
doc(topology/algebra/filter_basis): modify doc of `add_group_filter_b…
Browse files Browse the repository at this point in the history
…asis_of_comm` (#16597)

Added the `additive` adjective to the doc for the @additive variation `add_group_filter_basis_of_comm` of `group_filter_basis_of_comm`



Co-authored-by: Kyle Miller <kmill31415@gmail.com>
  • Loading branch information
faenuccio and kmill committed Sep 22, 2022
1 parent 1732f9c commit 9806b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/topology/algebra/filter_basis.lean
Expand Up @@ -67,7 +67,7 @@ attribute [to_additive] group_filter_basis.conj'
attribute [to_additive] group_filter_basis.to_filter_basis

/-- `group_filter_basis` constructor in the commutative group case. -/
@[to_additive "`add_group_filter_basis` constructor in the commutative group case."]
@[to_additive "`add_group_filter_basis` constructor in the additive commutative group case."]
def group_filter_basis_of_comm {G : Type*} [comm_group G]
(sets : set (set G))
(nonempty : sets.nonempty)
Expand Down

0 comments on commit 9806b5c

Please sign in to comment.