summaryrefslogtreecommitdiffstats
path: root/model/license.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/license.go')
-rw-r--r--model/license.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/license.go b/model/license.go
index c30fecf71..fdf18285f 100644
--- a/model/license.go
+++ b/model/license.go
@@ -57,7 +57,7 @@ type Features struct {
CustomPermissionsSchemes *bool `json:"custom_permissions_schemes"`
CustomTermsOfService *bool `json:"custom_terms_of_service"`
- // after we enabled more features for webrtc we'll need to control them with this
+ // after we enabled more features we'll need to control them with this
FutureFeatures *bool `json:"future_features"`
}