We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb10b2 commit 4020a81Copy full SHA for 4020a81
src/odoc/asset.ml
@@ -5,8 +5,7 @@ let compile ~parent_id ~name ~output_dir =
5
let parent_id =
6
match Compile.mk_id parent_id with
7
| Some s -> Ok s
8
- | None ->
9
- Error (`Msg "parent-id cannot be empty when compiling implementations.")
+ | None -> Error (`Msg "parent-id cannot be empty when compiling assets.")
10
in
11
parent_id >>= fun parent_id ->
12
let id =
0 commit comments