Skip to content

Commit a67cb07

Browse files
committed
StyleCop compliance
1 parent 07cf03d commit a67cb07

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Ninject.Web.Common.WebHost/NinjectHttpModule.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace Ninject.Web.Common.WebHost
2626
using System.Web;
2727

2828
/// <summary>
29-
/// HttpModule to add support for constructor injection to HttpModules
29+
/// HttpModule to add support for constructor injection to HttpModules.
3030
/// </summary>
3131
public sealed class NinjectHttpModule : IHttpModule
3232
{
@@ -35,7 +35,7 @@ public sealed class NinjectHttpModule : IHttpModule
3535
/// <summary>
3636
/// Initializes a module and prepares it to handle requests.
3737
/// </summary>
38-
/// <param name="context">An <see cref="T:System.Web.HttpApplication"/> that provides access to the methods, properties, and events common to all application objects within an ASP.NET application</param>
38+
/// <param name="context">An <see cref="T:System.Web.HttpApplication"/> that provides access to the methods, properties, and events common to all application objects within an ASP.NET application.</param>
3939
public void Init(HttpApplication context)
4040
{
4141
this.httpModules = new Bootstrapper().Kernel.GetAll<IHttpModule>().ToList();

src/Ninject.Web.Common.Xml/RequestScopeHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace Ninject.Web.Common.Xml
2626
using Ninject.Syntax;
2727

2828
/// <summary>
29-
/// The processor for the request scope
29+
/// The processor for the request scope.
3030
/// </summary>
3131
public class RequestScopeHandler : NinjectComponent, IScopeHandler
3232
{

0 commit comments

Comments
 (0)