mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-14 22:14:23 +00:00
gpui: Remove extra "which" in comment (#16620)
Fix a typo in the comment... Release Notes: - N/A
This commit is contained in:
parent
643d60f551
commit
406d3b413d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue