From b137ea4237f2ef0cb01254d54d5b4f26a7c15563 Mon Sep 17 00:00:00 2001 From: mdesalvo Date: Mon, 27 May 2024 20:00:48 +0200 Subject: [PATCH] Clarify comment --- RDFSharp/Model/RDFDatatype.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RDFSharp/Model/RDFDatatype.cs b/RDFSharp/Model/RDFDatatype.cs index a43ecbfe..9c553f66 100644 --- a/RDFSharp/Model/RDFDatatype.cs +++ b/RDFSharp/Model/RDFDatatype.cs @@ -36,7 +36,7 @@ public class RDFDatatype public Uri URI { get; internal set; } /// - /// Indicates that the datatype is one of RDFModelEnums.RDFDatatypes + /// Indicates that the datatype is supported by RDFModelEnums.RDFDatatypes /// public bool IsBuiltIn { get; internal set; }