From bbf13561b50237d4b63fff751b514742b4c3bba8 Mon Sep 17 00:00:00 2001 From: Gabriel Majeri Date: Sun, 5 Nov 2017 12:21:57 +0200 Subject: [PATCH] Fix docs rendering (#340) --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index d13a7e64..34a7ed21 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -443,8 +443,8 @@ pub struct WindowAttributes { /// The default is `true`. pub decorations: bool, - /// [iOS only] Enable multitouch, see [UIView#multipleTouchEnabled] - /// (https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIView_Class/#//apple_ref/occ/instp/UIView/multipleTouchEnabled) + /// [iOS only] Enable multitouch, + /// see [multipleTouchEnabled](https://developer.apple.com/documentation/uikit/uiview/1622519-multipletouchenabled) pub multitouch: bool, }