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
+3 -3
View File
@@ -21,7 +21,7 @@
#import "Widget.h"
/**
The type of matrix event used for scalar widgets.
The type of matrix event used for modular widgets.
*/
FOUNDATION_EXPORT NSString *const kWidgetEventTypeString;
@@ -50,7 +50,7 @@ WidgetManagerErrorCode;
/**
The `WidgetManager` helps to handle scalar widgets.
The `WidgetManager` helps to handle modular widgets.
*/
@interface WidgetManager : NSObject
@@ -80,7 +80,7 @@ WidgetManagerErrorCode;
/**
Add a scalar widget to a room.
Add a modular widget to a room.
@param widgetId the id of the widget.
@param widgetContent the widget content.