From 3c423fee5ea19de289dece1cc397b68462fd4cd9 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Tue, 9 Jun 2015 23:17:58 +0200 Subject: [PATCH] Updated doc comments. --- Perspex.Base/PriorityValue.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Perspex.Base/PriorityValue.cs b/Perspex.Base/PriorityValue.cs index d777759082..d269d3c2a0 100644 --- a/Perspex.Base/PriorityValue.cs +++ b/Perspex.Base/PriorityValue.cs @@ -103,9 +103,9 @@ namespace Perspex /// /// Checks whether a value is valid for a type. /// - /// - /// - /// + /// The value. + /// The type. + /// True if the value is valid, otherwise false. public static bool IsValidValue(object value, Type propertyType) { TypeInfo type = propertyType.GetTypeInfo();