Apply suggestions from code review

Co-authored-by: Simon Hausmann <simon.hausmann@sixtyfps.io>
This commit is contained in:
Olivier Goffart 2021-06-07 10:18:26 +02:00 committed by Olivier Goffart
parent 715d38903f
commit 6a4cd0087f
4 changed files with 5 additions and 4 deletions

View file

@ -221,7 +221,7 @@ impl Type {
| Self::Struct { .. }
| Self::Array(_)
| Self::Brush
| Self::Void // Void is not a valid type for property, but it is temporarily used for infered two ways bindings
| Self::Void // Void is not a valid type for property, but it is temporarily used for inferred two ways bindings
)
}