Skip to content

Commit e08c2e7

Browse files
committed
Fix a typo in the documentation comments
1 parent 5022502 commit e08c2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/LineProviders/LocalizedLine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public string? CharacterName
6363

6464
/// <summary>
6565
/// The object that created this line.
66-
/// Most of the time will be the <see cref="DialogueRuner"/> that passed the presenter the line.
66+
/// Most of the time will be the <see cref="DialogueRunner"/> that passed the presenter the line.
6767
/// </summary>
6868
/// <remarks>
6969
/// This exists for situations where you need the dialogue runner (or your custom equivalent) to send back messages.

0 commit comments

Comments
 (0)