Skip to content

Commit 4020a81

Browse files
panglesdJulow
andcommitted
Fix typo
Co-authored-by: Jules Aguillon <[email protected]>
1 parent ccb10b2 commit 4020a81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/odoc/asset.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ let compile ~parent_id ~name ~output_dir =
55
let parent_id =
66
match Compile.mk_id parent_id with
77
| Some s -> Ok s
8-
| None ->
9-
Error (`Msg "parent-id cannot be empty when compiling implementations.")
8+
| None -> Error (`Msg "parent-id cannot be empty when compiling assets.")
109
in
1110
parent_id >>= fun parent_id ->
1211
let id =

0 commit comments

Comments
 (0)