From d1fa1f1a2e26469a6bbb5b82ab614079beffcb52 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 14 Jan 2018 13:19:03 +0200 Subject: Added code comments for: Synchronization. --- Software/Visual_Studio/Tango.Synchronization/DiffAction.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.Synchronization/DiffAction.cs') diff --git a/Software/Visual_Studio/Tango.Synchronization/DiffAction.cs b/Software/Visual_Studio/Tango.Synchronization/DiffAction.cs index 087cbfa79..41991eecb 100644 --- a/Software/Visual_Studio/Tango.Synchronization/DiffAction.cs +++ b/Software/Visual_Studio/Tango.Synchronization/DiffAction.cs @@ -8,7 +8,7 @@ using System.Threading.Tasks; namespace Tango.Synchronization { /// - /// Represents the type of . + /// Represents the available types of actions. /// public enum DiffAction { -- cgit v1.3.1