mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-19 13:02:14 +02:00
[qml/en] Fix typo (#5058)
This commit is contained in:
@@ -167,7 +167,7 @@ Window {
|
||||
|
||||
Rectangle {
|
||||
// Since this rectangle is not created by the ListView, the attached
|
||||
// type is not avaiable.
|
||||
// type is not available.
|
||||
color: ListView.isCurrentItem ? "green" : "red"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user