From 44504ff6af61613c1e5d67b3ea2d4b39c8f0989c Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Mon, 31 Mar 2014 12:59:28 +0200 Subject: [PATCH] Fixes summary for the TagMapper --- src/Umbraco.Core/Persistence/Mappers/TagMapper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Core/Persistence/Mappers/TagMapper.cs b/src/Umbraco.Core/Persistence/Mappers/TagMapper.cs index bd997a6661..74a0a05063 100644 --- a/src/Umbraco.Core/Persistence/Mappers/TagMapper.cs +++ b/src/Umbraco.Core/Persistence/Mappers/TagMapper.cs @@ -5,7 +5,7 @@ using Umbraco.Core.Models.Rdbms; namespace Umbraco.Core.Persistence.Mappers { /// - /// Represents a to DTO mapper used to translate the properties of the public api + /// Represents a to DTO mapper used to translate the properties of the public api /// implementation to that of the database's DTO as sql: [tableName].[columnName]. /// [MapperFor(typeof(Tag))]