From 6598df184ea520539b5070a76625438a387f2dfb Mon Sep 17 00:00:00 2001 From: Sean Krail Date: Mon, 17 Nov 2025 13:01:44 -0500 Subject: [PATCH] docs(comment): fix typo in XML documentation comment --- src/Orleans.Core.Abstractions/IDs/IdSpan.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orleans.Core.Abstractions/IDs/IdSpan.cs b/src/Orleans.Core.Abstractions/IDs/IdSpan.cs index b1297231c02..b919f75f8cb 100644 --- a/src/Orleans.Core.Abstractions/IDs/IdSpan.cs +++ b/src/Orleans.Core.Abstractions/IDs/IdSpan.cs @@ -86,7 +86,7 @@ private IdSpan(SerializationInfo info, StreamingContext context) /// Returns a span representation of this instance. /// /// - /// A span representation fo this instance. + /// A span representation of this instance. /// public ReadOnlySpan AsSpan() => _value;