[Internal] Change API ref for Inspections (#2035)
authorkkuchciak <k.kuchciak@samsung.com>
Mon, 21 Sep 2020 22:46:48 +0000 (00:46 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Sep 2020 22:46:48 +0000 (07:46 +0900)
Signed-off-by: Konrad Kuchciak <k.kuchciak@samsung.com>
internals/src/Tizen.Inspections/Tizen.Inspections/EventReceivedEventArgs.cs

index 9257111..d87f5f8 100644 (file)
@@ -31,7 +31,7 @@ namespace Tizen.Inspections
         }
 
         /// <summary>
-        /// The inspection context, related to specific crash (or potentially other abnormality).
+        /// The instance of InspectionContext.
         /// </summary>
         public InspectionContext Context { get; internal set; }
     }