chore: fix typos
This commit is contained in:
parent
9c4a576fb3
commit
001e2976ec
|
@ -35,7 +35,7 @@
|
||||||
-define(PKEY(Id), {mqttsn, predef_topics, Id}).
|
-define(PKEY(Id), {mqttsn, predef_topics, Id}).
|
||||||
|
|
||||||
-type registry() :: #{
|
-type registry() :: #{
|
||||||
%% The next topic id to be assigned to new registration
|
%% The last topic id aallocated
|
||||||
last_topic_id := pos_integer(),
|
last_topic_id := pos_integer(),
|
||||||
%% The mapping from topic id to topic name
|
%% The mapping from topic id to topic name
|
||||||
id_to_name := map(),
|
id_to_name := map(),
|
||||||
|
|
Loading…
Reference in New Issue