Skip to content

Commit

Permalink
Fixed up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Dixon committed Sep 2, 2012
1 parent 86a6e78 commit bfc3f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ServiceManager/ServiceManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public TResult Result<TResult>()
/// The attempts.
/// </param>
/// <returns>
/// The BlinkBox.Client.TescoTV.Services.ServiceManager.IServiceManager.
/// The ServiceManager.IServiceManager.
/// </returns>
public IServiceManager ExecuteService<TResult>(Func<TResult> action, int attempts)
{
Expand All @@ -99,7 +99,7 @@ public IServiceManager ExecuteService<TResult>(Func<TResult> action, int attempt
/// The action.
/// </param>
/// <returns>
/// The BlinkBox.Client.TescoTV.Services.ServiceManager.IServiceManager`1[TResult -&gt; TResult].
/// The ServiceManager.IServiceManager`1[TResult -&gt; TResult].
/// </returns>
public IServiceManager IfServiceFailsThen<TResult>(Func<TResult> action)
{
Expand Down

0 comments on commit bfc3f4c

Please sign in to comment.