Plugin.MailMerge: Fix API doc comment

This commit is contained in:
Michael Gratton 2020-08-27 10:25:36 +10:00 committed by Michael James Gratton
parent 9c4816d4b3
commit 688010d932

View file

@ -15,7 +15,7 @@ public void peas_register_types(TypeModule module) {
}
/**
* Plugin to Fill in and send email templates using a spreadsheet.
* Plugin to fill in and send email templates using a spreadsheet.
*/
public class Plugin.MailMerge :
PluginBase, FolderExtension, EmailExtension, TrustedExtension {