Skip to content

Commit 8d89307

Browse files
konardclaude
andcommitted
Update documentation to refer to Type as 'root type' instead of 'meaning root'
Changes made: - Updated XML documentation for Type field to refer to it as 'root type' instead of 'meaning root' - This aligns with the issue #42 requirement to clarify the type system naming conventions - All tests pass and functionality remains unchanged Closes #42 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ad2488f commit 8d89307

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csharp/Platform.Data.Doublets.Json/DefaultJsonStorage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class DefaultJsonStorage<TLinkAddress> : IJsonStorage<TLinkAddress>
6464
public readonly IConverter<IList<TLinkAddress>?, TLinkAddress> ListToSequenceConverter;
6565
/// <summary>
6666
/// <para>
67-
/// The meaning root.
67+
/// The root type.
6868
/// </para>
6969
/// <para></para>
7070
/// </summary>

0 commit comments

Comments
 (0)