Cleanup pass to remove refactoring-related artifacts and references
This commit is contained in:
@@ -41,7 +41,7 @@ func New() (*Module, error) {
|
||||
func (m *Module) Key() string { return "glossary" }
|
||||
|
||||
func (m *Module) ReplacementPolicy() proposals.ReplacementPolicy {
|
||||
// Python glossary module uses replace_all to update repeated term occurrences.
|
||||
// Update repeated term occurrences.
|
||||
return proposals.ReplacementPolicyReplaceAll
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user