Skip to content

Commit

Permalink
ICU4N.Impl.ICUService: Fixed broken reference in XML doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NightOwl888 committed Jul 28, 2020
1 parent 6c59d32 commit 892e296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ICU4N/Impl/ICUService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ public interface IServiceFactory
/// </summary>
/// <remarks>
/// If the factory supports the key, then it can call
/// the service's <see cref="ICUService.GetKey(ICUServiceKey, string[], IServiceFactory)"/> method
/// the service's <see cref="ICUService.GetKey(ICUServiceKey, IServiceFactory, out string)"/> method
/// passing itself as the factory to get the object that
/// the service would have created prior to the factory's
/// registration with the service. This can change the
Expand Down

0 comments on commit 892e296

Please sign in to comment.