Skip to content

Commit

Permalink
Better method comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesalvo committed May 27, 2024
1 parent aef2179 commit e1b3673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RDFSharp/Model/RDFFacet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ internal RDFFacet()

#region Methods
/// <summary>
/// Validates the given literal against the facet
/// Validates the given literal value against the facet
/// </summary>
public abstract bool Validate(string literalValue);

Expand Down

0 comments on commit e1b3673

Please sign in to comment.