style: remove parenthesis

This commit is contained in:
Sofia Rodrigues
2026-03-03 12:35:29 -03:00
parent 3d039f8dba
commit 8cb236e9eb

View File

@@ -293,7 +293,7 @@ structure Path where
/--
The path segments making up the hierarchical structure (each segment is percent-encoded).
-/
segments : Array (EncodedSegment)
segments : Array EncodedSegment
/--
Whether the path is absolute (begins with '/') or relative.