Skip to content

Commit 0ac42dc

Browse files
committed
Fixed XML Doc reference
This was introduced with 51a72ac, but missed due to a lag in code analysis.
1 parent 1a08ccd commit 0ac42dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OnTopic.Tests/TypeAccessorTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ public void HasSettableMethod_ReturnsExpected() {
326326
\-------------------------------------------------------------------------------------------------------------------------*/
327327
/// <summary>
328328
/// Sets a variety of values on a <see cref="MemberAccessorViewModel"/> using <see cref="TypeAccessor.SetValue(Object,
329-
/// String, Object?)"/> and ensures that they are, in fact, set correctly.
329+
/// String, Object?, Boolean)"/> and ensures that they are, in fact, set correctly.
330330
/// </summary>
331331
[Fact]
332332
public void SetValue_Names_SetsResults() {

0 commit comments

Comments
 (0)