We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfde5ea commit 14a1cc5Copy full SHA for 14a1cc5
1 file changed
src/Server.php
@@ -914,7 +914,7 @@ private function findPath(array $rdfPaths, string $path)
914
// @FIXME: We have no way of knowing if the file is a directory or a file.
915
// This means that, unless we make a trialing slash `/` required,
916
// (using the example for `forget.ttl`) forget.ttl/foo.txt will
917
- // also work although semantically is should not
+ // also work although semantically it should not
918
$path = $rdfPath;
919
break;
920
}
0 commit comments