fix: typo in Activity#flags

This commit is contained in:
Isabella
2018-08-21 13:19:45 -05:00
parent 19c298f5cc
commit c59d3299bc

View File

@@ -154,7 +154,7 @@ class Activity {
/** /**
* Flags that describe the activity * Flags that describe the activity
* @type {ReadoOnly<ActivityFlags>} * @type {ReadOnly<ActivityFlags>}
*/ */
this.flags = new ActivityFlags(data.flags).freeze(); this.flags = new ActivityFlags(data.flags).freeze();
} }