mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 19:02:07 +00:00
Fix registers
link in README.md (#5389)
It looked to me that `registers` was intended to be a link here...if I'm wrong, feel free to ignore :-) Release Notes: - N/A
This commit is contained in:
parent
f8604e88ef
commit
291f353085
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Everything in GPUI starts with an `App`. You can create one with `App::new()`, a
|
||||||
|
|
||||||
## The Big Picture
|
## The Big Picture
|
||||||
|
|
||||||
GPUI offers three different registers(https://en.wikipedia.org/wiki/Register_(sociolinguistics)) depending on your needs:
|
GPUI offers three different [registers](https://en.wikipedia.org/wiki/Register_(sociolinguistics)) depending on your needs:
|
||||||
|
|
||||||
- State management and communication with Models. Whenever you need to store application state that communicates between different parts of your application, you'll want to use GPUI's models. Models are owned by GPUI and are only accessible through an owned smart pointer similar to an `Rc`. See the `app::model_context` module for more information.
|
- State management and communication with Models. Whenever you need to store application state that communicates between different parts of your application, you'll want to use GPUI's models. Models are owned by GPUI and are only accessible through an owned smart pointer similar to an `Rc`. See the `app::model_context` module for more information.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue