Skip to content

Commit 3bbfcf4

Browse files
committed
[ECO-5421] Fixed doc comment for ObjectOperation#initialValue
1 parent 5719d02 commit 3bbfcf4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

live-objects/src/main/kotlin/io/ably/lib/objects/ObjectMessage.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ internal data class ObjectOperation(
213213
/**
214214
* The initial value json string for the object. This value should be used along with the nonce
215215
* and timestamp to create the object ID. Frontdoor will use this to verify the object ID.
216-
* After verification the bytes will be decoded into the Map or Counter objects and
217-
* the initialValue, nonce, and initialValueEncoding will be removed.
216+
* After verification the json string will be decoded into the Map or Counter objects and
217+
* the initialValue and nonce will be removed.
218218
* Spec: OOP3h
219219
*/
220220
val initialValue: String? = null,

0 commit comments

Comments
 (0)