Skip to content

Commit 19b91e7

Browse files
panglesdjonludlam
authored andcommitted
Url of identifier: fix docstring
1 parent b426618 commit 19b91e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/document/url.mli

-2
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ val from_identifier : stop_before:bool -> Identifier.t -> (t, Error.t) result
124124
- Using [~stop_before:false] with a module that does not contain an
125125
expansion, such as a module alias. This will return [Ok url] but [url]
126126
leads to a 404.
127-
- Using [~stop_before:true] with a module that does not contain a parent,
128-
such as a root module. This will return an [Error _] value.
129127
- Calling it with an unlinkable id, such as a core type. This will return
130128
an [Error _] value.
131129

0 commit comments

Comments
 (0)