Skip to content

Commit

Permalink
Url of identifier: fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
panglesd authored and jonludlam committed Nov 11, 2024
1 parent b426618 commit 19b91e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/document/url.mli
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ val from_identifier : stop_before:bool -> Identifier.t -> (t, Error.t) result
- Using [~stop_before:false] with a module that does not contain an
expansion, such as a module alias. This will return [Ok url] but [url]
leads to a 404.
- Using [~stop_before:true] with a module that does not contain a parent,
such as a root module. This will return an [Error _] value.
- Calling it with an unlinkable id, such as a core type. This will return
an [Error _] value.
Expand Down

0 comments on commit 19b91e7

Please sign in to comment.