Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gterzian committed Jun 29, 2023
1 parent 5a7327c commit 2312e9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/dochandle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ pub(crate) struct SharedDocument {
}

#[derive(Debug)]
/// A handle to a document, held by the client.
/// A handle to a document, held by the client(s).
pub struct DocHandle {
/// Doc info in repo owns the same state, and sets it to ready.
/// Document used by the handle for local editing.
shared_document: Arc<RwLock<SharedDocument>>,
/// Ref count for handles.
Expand Down

0 comments on commit 2312e9e

Please sign in to comment.