Fix name of later chapter

This commit is contained in:
Kris Warner 2022-03-26 10:58:54 -04:00
parent 36ccb835ab
commit cb1e16c91c

View file

@ -150,7 +150,7 @@ All element attributes must occur *before* child elements. The `rsx!` macro will
Listeners are a special type of Attribute that only accept functions. Listeners let us attach functionality to our Elements by running a provided closure whenever the specified Listener is triggered.
We'll cover listeners in more depth in the Listeners chapter, but for now, just know that every listener must start with the `on` keyword and accepts closures.
We'll cover listeners in more depth in the Adding Interactivity chapter, but for now, just know that every listener must start with the `on` keyword and accepts closures.
```rust
rsx!(