1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Fix typo in README.md (#340)

This commit is contained in:
crumblingstatue
2021-04-29 19:31:24 +02:00
committed by GitHub
parent 6f01577d5f
commit e991a1c310

View File

@@ -229,7 +229,7 @@ There are advantages and disadvantages to both systems.
The short of it is this: immediate mode GUI libraries are easier to use, but less powerful.
### Advantaged of immediate mode
### Advantages of immediate mode
#### Usability
The main advantage of immediate mode is that the application code becomes vastly simpler: