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();