Skip to content

Commit

Permalink
-Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Sep 6, 2014
1 parent 289359f commit d463fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Newtonsoft.Json/Serialization/JsonObjectContract.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public ConstructorInfo ParametrizedConstructor
}

/// <summary>
/// Gets or sets the function used to create the object. When set this function will override <see cref="P:DefaultCreator"/>.
/// Gets or sets the function used to create the object. When set this function will override <see cref="JsonContract.DefaultCreator"/>.
/// This function is called with a collection of arguments which are defined by the <see cref="CreatorParameters"/> collection.
/// </summary>
/// <value>The function used to create the object.</value>
Expand Down

0 comments on commit d463fce

Please sign in to comment.