aboutsummaryrefslogtreecommitdiff
path: root/src/client/DocServer.ts
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2020-07-03 16:16:36 +0530
committerusodhi <61431818+usodhi@users.noreply.github.com>2020-07-03 16:16:36 +0530
commit293c62ea3eccbeb2565960abb5ab02fabb5e20a0 (patch)
treee3ecc97d067ba1071904c2152056eda2578e3142 /src/client/DocServer.ts
parent08afc54f9341b7b5cca3e7846fdfa7bcd701a23c (diff)
many changes related to adding and removing document from the notificationDoc of a user
Diffstat (limited to 'src/client/DocServer.ts')
-rw-r--r--src/client/DocServer.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/DocServer.ts b/src/client/DocServer.ts
index 2a7a7c59a..eac53bb02 100644
--- a/src/client/DocServer.ts
+++ b/src/client/DocServer.ts
@@ -31,7 +31,7 @@ export namespace DocServer {
export enum WriteMode {
Default = 0, //Anything goes
- Playground = 1, //Playground (write own/no read)
+ Playground = 1, //Playground (write own/no read other updates)
LiveReadonly = 2,//Live Readonly (no write/read others)
LivePlayground = 3,//Live Playground (write own/read others)
}