Skip to content

Commit

Permalink
fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
realHannes committed Jun 15, 2024
1 parent c0760da commit 07171a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/sparqlExpressions/NowDatetimeExpression.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace sparqlExpression {

// The expression NOW() is evaluated within NowDatetimeExpression.
// NowDatetimeExpression has to be explicitely instantiated with a
// NowDatetimeExpression has to be explicitly instantiated with a
// date-formatted string, which is for all evaluations within a Sparql query the
// same.
class NowDatetimeExpression : public SparqlExpression {
Expand Down

0 comments on commit 07171a2

Please sign in to comment.