chore: fix spec typo

This commit is contained in:
JimMoen 2023-05-30 11:23:25 +08:00
parent bb363e9b9e
commit 909d348570
No known key found for this signature in database
GPG Key ID: 87A520B4F76BA86D
2 changed files with 2 additions and 2 deletions

View File

@ -229,7 +229,7 @@ discard_if_present(ClientID) ->
ok
end.
-spec discard(binary(), emgx_session:session()) -> emgx_session:session().
-spec discard(binary(), emqx_session:session()) -> emqx_session:session().
discard(ClientID, Session) ->
discard_opt(is_store_enabled(), ClientID, Session).

View File

@ -38,7 +38,7 @@
-export_type([export/0]).
-type storage() :: emxt_ft_storage_fs:storage().
-type storage() :: emqx_ft_storage_fs:storage().
-type transfer() :: emqx_ft:transfer().
-type filemeta() :: emqx_ft:filemeta().
-type checksum() :: emqx_ft:checksum().