Skip to content

Commit

Permalink
chore: fix 404 status URL
Browse files Browse the repository at this point in the history
Signed-off-by: pinglanlu <[email protected]>
  • Loading branch information
pinglanlu committed Jan 16, 2025
1 parent 82db28b commit 8087c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ml/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type MlArrayOptionalElements<MlArray extends any[]> = {

/**
* js_of_ocaml representation of a byte array,
* see https://github.com/ocsigen/js_of_ocaml/blob/master/runtime/mlBytes.js
* see https://github.com/ocsigen/js_of_ocaml/blob/master/runtime/js/mlBytes.js
*/
type MlBytes = { t: number; c: string; l: number };
type MlString = MlBytes;
Expand Down

0 comments on commit 8087c0a

Please sign in to comment.