From 22ffe445d4f0075284be303a171ded694715fed7 Mon Sep 17 00:00:00 2001 From: Thor Brigsted Date: Mon, 6 Jan 2020 09:24:32 +0100 Subject: [PATCH] Adjusted comment for clarification --- Scripts/NodeDataCache.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/NodeDataCache.cs b/Scripts/NodeDataCache.cs index 53e9604..24458ec 100644 --- a/Scripts/NodeDataCache.cs +++ b/Scripts/NodeDataCache.cs @@ -9,7 +9,7 @@ namespace XNode { private static PortDataCache portDataCache; private static bool Initialized { get { return portDataCache != null; } } - /// Update static and dynamic ports managed by DynamicPortLists to reflect class fields. + /// Update static ports and dynamic ports managed by DynamicPortLists to reflect class fields. public static void UpdatePorts(Node node, Dictionary ports) { if (!Initialized) BuildCache();