mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-13 13:56:54 +00:00
Fix HTML tag in rust tutorial
This commit is contained in:
parent
4ee7f6e793
commit
56e56f7028
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ MainWindow := Window {
|
|||
...
|
||||
```
|
||||
|
||||
The last change to the `.60` markup is to act when the <code class="hljs-title"> signals that it was clicked on. We add the following handler:
|
||||
The last change to the `.60` markup is to act when the <span class="hljs-title">MemoryTile</span> signals that it was clicked on. We add the following handler:
|
||||
|
||||
```60
|
||||
...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue