Skip to content

Commit

Permalink
Remove final dot in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco De Salvo committed Jan 24, 2025
1 parent ce6a8aa commit c9a1eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RDFSharp/Model/Registers/RDFNamespaceRegister.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
namespace RDFSharp.Model
{
/// <summary>
/// RDFNamespaceRegister is a singleton in-memory container for registered RDF namespaces.
/// RDFNamespaceRegister is a singleton in-memory container for registered RDF namespaces
/// </summary>
public sealed class RDFNamespaceRegister : IEnumerable<RDFNamespace>
{
Expand Down

0 comments on commit c9a1eb6

Please sign in to comment.