mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 18:34:06 +00:00
style: remove parenthesis
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user