From 66760380fdad9a0764b32afb3b5b1185d2378e77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Wed, 15 May 2013 18:09:08 +0200 Subject: [PATCH] Fixing IContentManager comments --HG-- branch : 1.x --- 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 34e13fa49..3c36b0e5b 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 item instance filled with all necessary data + /// The content instance filled with all necessary data void Create(IContent content); /// /// Creates (persists) a new content item with the specified version /// - /// The content item instance filled with all necessary data + /// The content instance filled with all necessary data /// The version to create the item with void Create(IContent content, VersionOptions options);