diff --git a/CoseSign1/DetachedSignatureFactory.cs b/CoseSign1/DetachedSignatureFactory.cs
index e99df6e8..8c7e0ebf 100644
--- a/CoseSign1/DetachedSignatureFactory.cs
+++ b/CoseSign1/DetachedSignatureFactory.cs
@@ -455,7 +455,7 @@ private object CreateDetachedSignatureWithChecksInternal(
/// Method which produces a mime type extension based on the given content type and hash algorithm name.
///
/// The content type to append the hash value to if not already appended.
- ///
+ /// A string representing the content type with an appended hash algorithm
private string ExtendContentType(string contentType) => ExtendContentType(contentType, InternalHashAlgorithmName);
///