Skip to content

Commit b426618

Browse files
panglesdGuillaume Petiot
authored andcommitted
Fix typo in src/document/url.mli docstring
Co-authored-by: Guillaume Petiot <[email protected]>
1 parent b9c2dd0 commit b426618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/document/url.mli

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ val from_identifier : stop_before:bool -> Identifier.t -> (t, Error.t) result
125125
expansion, such as a module alias. This will return [Ok url] but [url]
126126
leads to a 404.
127127
- Using [~stop_before:true] with a module that does not contain a parent,
128-
such as a root module. This will ouput return an [Error _] value.
128+
such as a root module. This will return an [Error _] value.
129129
- Calling it with an unlinkable id, such as a core type. This will return
130130
an [Error _] value.
131131

0 commit comments

Comments
 (0)