diff options
Diffstat (limited to 'src/serd_internal.h')
-rw-r--r-- | src/serd_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serd_internal.h b/src/serd_internal.h index 613493ab..bfdcc19c 100644 --- a/src/serd_internal.h +++ b/src/serd_internal.h @@ -265,7 +265,7 @@ uri_path_at(const SerdURI* uri, size_t i) } } -/** Return true iff @p uri is within the base of @p root */ +/** Return true iff `uri` is within the base of `root` */ static inline bool uri_is_under(const SerdURI* uri, const SerdURI* root) { |