diff --git a/en/application-dev/database/database-distributedobject-overview.md b/en/application-dev/database/database-distributedobject-overview.md index c5ebe3e7aed4d362a317469628ddf1e3be30da16..618bc881d563c11c51c9012831f48357a79830b1 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