mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 23:04:49 +01:00
docs: missing ` on code
This commit is contained in:
parent
0bef6fc00f
commit
6f2dda463e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ use napi_derive::napi;
|
||||||
/// A currently active shared development environment
|
/// A currently active shared development environment
|
||||||
///
|
///
|
||||||
/// Workspaces encapsulate a working environment: cursor positions, filetree, user list
|
/// Workspaces encapsulate a working environment: cursor positions, filetree, user list
|
||||||
/// and more. Each holds a [cursor::Controller] and a map of [buffer::Controller]s.
|
/// and more. Each holds a [`cursor::Controller`] and a map of [`buffer::Controller`]s.
|
||||||
/// Using a workspace handle, it's possible to receive events (user join/leave, filetree updates)
|
/// Using a workspace handle, it's possible to receive events (user join/leave, filetree updates)
|
||||||
/// and create/delete/attach to new buffers.
|
/// and create/delete/attach to new buffers.
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
|
|
Loading…
Reference in a new issue