Update docs/data-binding/binding-from-code.md

This commit is contained in:
Jumar Macato 2021-10-11 12:17:04 +08:00 коммит произвёл GitHub
Родитель 8fa3b28efd
Коммит 78aa14e17d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -152,7 +152,7 @@ private void FooChanged(AvaloniaPropertyChangedEventArgs e)
}
```
## Binding to Objects that Implement INotifyPropertyChanged
## Binding to `INotifyPropertyChanged` objects
Binding to objects that implements `INotifyPropertyChanged` is also available.