Fix HTML tag in rust tutorial

This commit is contained in:
Simon Hausmann 2021-06-17 15:13:25 +02:00
parent 4ee7f6e793
commit 56e56f7028

View file

@ -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
...