mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-07 02:57:34 +00:00
Fix typo in uniform_list
's doc comment
This commit is contained in:
parent
b48b74559c
commit
feb7753a73
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ use taffy::style::Overflow;
|
|||
|
||||
/// uniform_list provides lazy rendering for a set of items that are of uniform height.
|
||||
/// When rendered into a container with overflow-y: hidden and a fixed (or max) height,
|
||||
/// uniform_list will only render the visibile subset of items.
|
||||
/// uniform_list will only render the visible subset of items.
|
||||
pub fn uniform_list<I, R, V>(
|
||||
view: View<V>,
|
||||
id: I,
|
||||
|
|
Loading…
Reference in a new issue