From 8383e55cf2cfb158896323043ce35ef22ebcd645 Mon Sep 17 00:00:00 2001 From: Nicholas Mayne Date: Thu, 19 Feb 2015 12:37:32 +0000 Subject: [PATCH] Fixing XML Docs in content manager --- src/Orchard/ContentManagement/IContentManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Orchard/ContentManagement/IContentManager.cs b/src/Orchard/ContentManagement/IContentManager.cs index e3f75a317..4582f7206 100644 --- a/src/Orchard/ContentManagement/IContentManager.cs +++ b/src/Orchard/ContentManagement/IContentManager.cs @@ -23,13 +23,13 @@ namespace Orchard.ContentManagement { /// /// Creates (persists) a new content item /// - /// The content instance filled with all necessary data + /// The content instance filled with all necessary data void Create(ContentItem contentItem); /// /// Creates (persists) a new content item with the specified version /// - /// The content instance filled with all necessary data + /// The content instance filled with all necessary data /// The version to create the item with void Create(ContentItem contentItem, VersionOptions options);