Skip to content

Commit 85353f9

Browse files
committed
improve docs
1 parent 4253e2c commit 85353f9

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/home/space_lobby.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,7 @@ live_design! {
182182
}
183183

184184
// A view that draws the hierarchical tree structure lines.
185-
DrawTreeLine = {{DrawTreeLine}} {
186-
187-
}
185+
DrawTreeLine = {{DrawTreeLine}} { }
188186

189187
TreeLines = {{TreeLines}} {
190188
width: 0, height: Fill
@@ -300,7 +298,7 @@ live_design! {
300298
}
301299
}
302300

303-
// Entry for a child room (leaf node, no expand icon)
301+
// Entry for a child room within a space, which cannot be expanded.
304302
pub RoomEntry = {{RoomEntry}}<SubspaceEntry> {
305303
cursor: Default
306304

0 commit comments

Comments
 (0)