Skip to content

Commit

Permalink
Fixed documentation in Claim.cs.
Browse files Browse the repository at this point in the history
  • Loading branch information
CXuesong committed Jul 30, 2018
1 parent 70bae29 commit 9f6ba0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WikiClientLibrary.Wikibase/Claim.cs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ public JObject RawDataValue
}

/// <summary>Parsed value of <c>datavalue</c> node.</summary>
/// <remarks>For the cases when <see cref="SnakType"/> is not <see cref="SnakType.Value"/>, this property should be <c>null</c>.</remarks>
/// <remarks>For the cases when <see cref="SnakType"/> is not <see cref="Wikibase.SnakType.Value"/>, this property should be <c>null</c>.</remarks>
public object DataValue
{
get
Expand Down

0 comments on commit 9f6ba0b

Please sign in to comment.