Cesar Rodas 5 月之前
父节点
当前提交
b4f8a3af32
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      crates/cdk/src/pub_sub/index.rs

+ 1 - 1
crates/cdk/src/pub_sub/index.rs

@@ -60,7 +60,7 @@ where
         self.prefix.cmp(&other.prefix)
     }
 
-    /// Returns a globaly unique id for the Index
+    /// Returns a globally unique id for the Index
     pub fn unique_id(&self) -> usize {
         self.counter.0
     }