this repo has no description

Fix typo in `src/document/url.mli` docstring

Co-authored-by: Guillaume Petiot <guillaume@tarides.com>

+1 -1
+1 -1
src/document/url.mli
··· 125 125 expansion, such as a module alias. This will return [Ok url] but [url] 126 126 leads to a 404. 127 127 - 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. 129 129 - Calling it with an unlinkable id, such as a core type. This will return 130 130 an [Error _] value. 131 131