Widget: In comments, replace scalar by modular, the official public name that replaces the codename

This commit is contained in:
manuroe
2017-08-30 11:28:51 +02:00
parent 6ed4f8c74e
commit 6702eedb82
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
{
if (![widgetEvent.type isEqualToString:kWidgetEventTypeString])
{
// The Widget class works only with scalar, aka "im.vector.modular.widgets", widgets
// The Widget class works only with modular, aka "im.vector.modular.widgets", widgets
return nil;
}