diff --git a/crates/gpui/src/element.rs b/crates/gpui/src/element.rs index 19c5f416836a7604fee875684ba8e32d20d2377f..f0c5119033460eeb4ae941fdc3e7d741a18c7eba 100644 --- a/crates/gpui/src/element.rs +++ b/crates/gpui/src/element.rs @@ -7,7 +7,7 @@ //! //! # Element Basics //! -//! Elements are constructed by calling [`Render::render()`] on the root view of the window, which +//! Elements are constructed by calling [`Render::render()`] on the root view of the window, //! which recursively constructs the element tree from the current state of the application,. //! These elements are then laid out by Taffy, and painted to the screen according to their own //! implementation of [`Element::paint()`]. Before the start of the next frame, the entire element