Fix typo in uniform_list's doc comment

This commit is contained in:
Marshall Bowers 2023-11-27 11:54:56 -05:00
parent b48b74559c
commit feb7753a73

View file

@ -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,