docs: missing ` on code

This commit is contained in:
zaaarf 2024-11-15 11:43:40 +01:00
parent 0bef6fc00f
commit 6f2dda463e
No known key found for this signature in database
GPG key ID: 102E445F4C3F829B

View file

@ -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)]