rust tut: typo

This commit is contained in:
Florian Blasius 2023-03-13 07:43:30 +01:00
parent e93ba87f03
commit e9ab891314

View file

@ -1,6 +1,6 @@
# Introduction # Introduction
This tutorial will introduce you to the Slint UI framework in a playful way by implementing a little memory game. We're going to combine the `.slint` language for the graphics with the game rules implemented in C++. This tutorial will introduce you to the Slint UI framework in a playful way by implementing a little memory game. We're going to combine the `.slint` language for the graphics with the game rules implemented in Rust.
The game consists of a grid of 16 rectangular tiles. Clicking on a tile uncovers an icon underneath. The game consists of a grid of 16 rectangular tiles. Clicking on a tile uncovers an icon underneath.
We know that there are 8 different icons in total, so each tile has a sibling somewhere in the grid with the We know that there are 8 different icons in total, so each tile has a sibling somewhere in the grid with the