[docs] Fix binding_types_reference_guide typo

This commit is contained in:
Vincent Dondain 2017-01-04 15:58:34 +01:00
Родитель b3d2b50dca
Коммит 10d7858c4f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -708,7 +708,7 @@ specified selector is implemented in this class.
[BaseType (typeof (NSObject))]
[Model][Protocol]
interface CameraDelegate {
[Export ("shouldDisplayPopup"), NoDefaultValoue]
[Export ("shouldDisplayPopup"), NoDefaultValue]
bool ShouldUploadToServer ();
}
```