aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.PMR/ExtensionMethods.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-01-14 13:19:03 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-01-14 13:19:03 +0200
commitd1fa1f1a2e26469a6bbb5b82ab614079beffcb52 (patch)
tree5823e82075a6bd9c932457f79a6269395d45fe23 /Software/Visual_Studio/Tango.PMR/ExtensionMethods.cs
parentdd4560b79e305772debf48cc76c9ba67af61f259 (diff)
downloadTango-d1fa1f1a2e26469a6bbb5b82ab614079beffcb52.tar.gz
Tango-d1fa1f1a2e26469a6bbb5b82ab614079beffcb52.zip
Added code comments for:
Synchronization.
Diffstat (limited to 'Software/Visual_Studio/Tango.PMR/ExtensionMethods.cs')
-rw-r--r--Software/Visual_Studio/Tango.PMR/ExtensionMethods.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.PMR/ExtensionMethods.cs b/Software/Visual_Studio/Tango.PMR/ExtensionMethods.cs
index 592a309ab..0ae2e9eeb 100644
--- a/Software/Visual_Studio/Tango.PMR/ExtensionMethods.cs
+++ b/Software/Visual_Studio/Tango.PMR/ExtensionMethods.cs
@@ -16,7 +16,7 @@ namespace Tango.PMR
public static class ExtensionMethods
{
/// <summary>
- /// Gets protobuf <see cref="OriginalNameAttribute"/> attribute value from the message type.
+ /// Gets the protobuf <see cref="OriginalNameAttribute"/> attribute value from the message type.
/// </summary>
/// <param name="value">The value.</param>
/// <returns></returns>