Skip to content

Commit

Permalink
Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesalvo committed May 27, 2024
1 parent 31a8d79 commit b137ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RDFSharp/Model/RDFDatatype.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class RDFDatatype
public Uri URI { get; internal set; }

/// <summary>
/// Indicates that the datatype is one of RDFModelEnums.RDFDatatypes
/// Indicates that the datatype is supported by RDFModelEnums.RDFDatatypes
/// </summary>
public bool IsBuiltIn { get; internal set; }

Expand Down

0 comments on commit b137ea4

Please sign in to comment.