Skip to content

Commit f86e80f

Browse files
committed
add cref to param desc
1 parent e8c40b1 commit f86e80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MetricServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public MetricServer()
2828
/// <summary>
2929
/// Initialize a new instance of the <see cref="MetricServer"/> class with the specified options.
3030
/// </summary>
31-
/// <param name="options">The server configuration options.</param>
31+
/// <param name="options">The <see cref="MetricServerOptions"/> configuration.</param>
3232
public MetricServer(MetricServerOptions options)
3333
{
3434
ArgumentNullException.ThrowIfNull(options);

0 commit comments

Comments
 (0)