From 2abd4f34b409b40d7712fb42f7317b6202a0c605 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Wed, 19 Sep 2018 11:26:19 -0500 Subject: [PATCH] Made a comment clearer. Issue #48 --- NetNewsWire/MainWindow/MainWindowController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetNewsWire/MainWindow/MainWindowController.swift b/NetNewsWire/MainWindow/MainWindowController.swift index 823e31c88..42bef3427 100644 --- a/NetNewsWire/MainWindow/MainWindowController.swift +++ b/NetNewsWire/MainWindow/MainWindowController.swift @@ -143,7 +143,7 @@ class MainWindowController : NSWindowController, NSUserInterfaceValidations { } // If we don't recognize the changed object, we will test it for identity instead - // of equality. This works well for us if the window display is displaying a + // of equality. This works well for us if the window title is displaying a // PsuedoFeed object. if let currentObject = currentFeedOrFolder, let noteObject = noteObject { if currentObject === noteObject as AnyObject {