Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Jules Aguillon <[email protected]>
  • Loading branch information
panglesd and Julow committed Aug 21, 2024
1 parent 8a5d2da commit 046bed9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/odoc/asset.ml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ let compile ~parent_id ~name ~output_dir =
let parent_id =
match Compile.mk_id parent_id with
| Some s -> Ok s
| None ->
Error (`Msg "parent-id cannot be empty when compiling implementations.")
| None -> Error (`Msg "parent-id cannot be empty when compiling assets.")
in
parent_id >>= fun parent_id ->
let id =
Expand Down

0 comments on commit 046bed9

Please sign in to comment.