Skip to content

Commit

Permalink
Use wrapper for uppercase_ascii. closes #379
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jan 9, 2017
1 parent 06adbac commit deaf607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lang/builtins_harbor.ml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ end

module Make(Harbor:T) =
struct
let name_up = String.uppercase_ascii Harbor.name
let name_up = Utils.StringCompat.uppercase_ascii Harbor.name
let () =
Lang_builtins.add_builtin ("harbor." ^ Harbor.name ^ ".register") ~cat:Liq
~descr:(Printf.sprintf
Expand Down

0 comments on commit deaf607

Please sign in to comment.