Fix erlang module name

This commit is contained in:
LilyRose2798 2024-06-04 18:37:28 +10:00
parent 4652462526
commit 9454aaa84a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
-module(gleam_zlib_erl).
-module(gzlib_erl).
-export([compress/2]).