chore: fix typos

This commit is contained in:
JianBo He 2023-06-11 18:13:25 +08:00
parent 9c4a576fb3
commit 001e2976ec
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
-define(PKEY(Id), {mqttsn, predef_topics, Id}).
-type registry() :: #{
%% The next topic id to be assigned to new registration
%% The last topic id aallocated
last_topic_id := pos_integer(),
%% The mapping from topic id to topic name
id_to_name := map(),