Skip to content

Commit 14a1cc5

Browse files
committed
Fix typo in comment.
1 parent dfde5ea commit 14a1cc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ private function findPath(array $rdfPaths, string $path)
914914
// @FIXME: We have no way of knowing if the file is a directory or a file.
915915
// This means that, unless we make a trialing slash `/` required,
916916
// (using the example for `forget.ttl`) forget.ttl/foo.txt will
917-
// also work although semantically is should not
917+
// also work although semantically it should not
918918
$path = $rdfPath;
919919
break;
920920
}

0 commit comments

Comments
 (0)