diff --git a/src/jsn.erl b/src/jsn.erl index 01a40b7..c074a17 100644 --- a/src/jsn.erl +++ b/src/jsn.erl @@ -1,5 +1,5 @@ %%------------------------------------------------------------------------------ -%% jsn Funfcions for interacting with decoded JSON objects +%% jsn Functions for interacting with decoded JSON objects %% %% @author Nicholas Lundgaard %%------------------------------------------------------------------------------