Skip to content

Commit

Permalink
Update yorkie/src/main/kotlin/dev/yorkie/document/Document.kt
Browse files Browse the repository at this point in the history
Co-authored-by: Jeehyun Kim <[email protected]>
  • Loading branch information
skhugh and 7hong13 authored Jan 23, 2024
1 parent c05c943 commit 6b6f0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yorkie/src/main/kotlin/dev/yorkie/document/Document.kt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import kotlinx.coroutines.withContext
* We can represent the model of the application and edit it even while offline.
*
* A single-threaded, [Closeable] [dispatcher] is used as default.
* Therefore you need to [close] the client, when the client is no longer needed.
* Therefore you need to [close] the document, when the document is no longer needed.
* If you provide your own [dispatcher], it is up to you to decide [close] is needed or not.
*/
public class Document(
Expand Down

0 comments on commit 6b6f0a4

Please sign in to comment.