Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnetjunkie committed Oct 15, 2023
2 parents b3446fa + 64680e6 commit 4b568b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public static SimpleInjectorAddOptions CrossWire<TService>(this SimpleInjectorAd
/// injected into components that are built by Simple Injector.
/// </summary>
/// <param name="options">The options.</param>
/// <param name="serviceType">The type of service object to ross-wire.</param>
/// <param name="serviceType">The type of service object to cross-wire.</param>
/// <returns>The supplied <paramref name="options"/>.</returns>
/// <exception cref="ArgumentNullException">Thrown when one of the parameters is a null reference.
/// </exception>
Expand Down Expand Up @@ -709,4 +709,4 @@ public void Dispose()
}
}
}
}
}

0 comments on commit 4b568b1

Please sign in to comment.