From 7a653db1dd553ce723c27565f608887545988f15 Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Sun, 7 Mar 2021 15:51:43 +0800 Subject: [PATCH] typo --- Mac/MainWindow/Detail/DetailWebViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/MainWindow/Detail/DetailWebViewController.swift b/Mac/MainWindow/Detail/DetailWebViewController.swift index fbb97fa4f..b661a3e86 100644 --- a/Mac/MainWindow/Detail/DetailWebViewController.swift +++ b/Mac/MainWindow/Detail/DetailWebViewController.swift @@ -90,7 +90,7 @@ final class DetailWebViewController: NSViewController, WKUIDelegate { // Use the safe area layout guides if they are available. if #available(OSX 11.0, *) { - // These constraints have been removed as they were unsatisfyable after removing NSBox. + // These constraints have been removed as they were unsatisfiable after removing NSBox. } else { let constraints = [ webView.topAnchor.constraint(equalTo: view.topAnchor),