Skip to content

Commit 36cf5aa

Browse files
Fix comment.
1 parent 480a378 commit 36cf5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LazyProxy.Core/LazyProxyBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public static T CreateLazyProxyInstance<T>(Func<T> valueFactory)
6464
/// {
6565
/// private Lazy<IMyService> _service;
6666
///
67-
/// public 1eb94ccd-79fd-48af-8adf-bc97c76c10ff_IMyServiceLazyProxyImpl(Lazy<IMyService> P_0)
67+
/// public LazyProxyImpl_1eb94ccd79fd48af8adfbc97c76c10ff_IMyService(Lazy<IMyService> service)
6868
/// {
6969
/// _service = service;
7070
/// }

0 commit comments

Comments
 (0)