From 465339f21cfb2aeb64b14be952450110d1c0fa88 Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Sun, 20 Mar 2022 10:39:02 +0000 Subject: [PATCH] update en/application-dev/database/database-distributedobject-overview.md. Signed-off-by: Annie_wang --- .../database/database-distributedobject-overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/application-dev/database/database-distributedobject-overview.md b/en/application-dev/database/database-distributedobject-overview.md index c5ebe3e7ae..618bc881d5 100644 --- a/en/application-dev/database/database-distributedobject-overview.md +++ b/en/application-dev/database/database-distributedobject-overview.md @@ -16,9 +16,9 @@ The distributed data object management framework is an object-oriented in-memory The distributed data object can be in the following states in its lifecycle: - - ** Uninitialized**: The distributed data object is not instantiated or has been destroyed. - - ** Local**: The data table is created, but the data cannot be synchronized. - - ** Distributed**: The data table is created, there are at least two online with the same session ID, and data can be synchronized across devices. If the device is offline or the session ID is empty, the distributed data object changes to the local state. + - **Uninitialized**: The distributed data object is not instantiated or has been destroyed. + - **Local**: The data table is created, but the data cannot be synchronized. + - **Distributed**: The data table is created, there are at least two online with the same session ID, and data can be synchronized across devices. If the device is offline or the session ID is empty, the distributed data object changes to the local state. ## Working Principles -- GitLab