Skip to content

Commit

Permalink
Merge pull request #119 from tigerros/small-fixes
Browse files Browse the repository at this point in the history
Change invalid "listeners" link to valid "event handlers" link
  • Loading branch information
ealmloff authored Sep 17, 2023
2 parents e535eac + eca624e commit 5ee2a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-src/0.4/en/reference/rsx.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DemoFrame {

### Attributes

Attributes (and [listeners](index.md)) modify the behavior or appearance of the element they are attached to. They are specified inside the `{}` brackets, using the `name: value` syntax. You can provide the value as a literal in the RSX:
Attributes (and [event handlers](event_handlers.md)) modify the behavior or appearance of the element they are attached to. They are specified inside the `{}` brackets, using the `name: value` syntax. You can provide the value as a literal in the RSX:

```rust, no_run
{{#include src/doc_examples/rsx_overview.rs:attributes}}
Expand Down

0 comments on commit 5ee2a12

Please sign in to comment.