瀏覽代碼

chore: fix typos

JianBo He 2 年之前
父節點
當前提交
001e2976ec
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/emqx_gateway_mqttsn/src/emqx_mqttsn_registry.erl

+ 1 - 1
apps/emqx_gateway_mqttsn/src/emqx_mqttsn_registry.erl

@@ -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(),