Cesar Rodas 5 månader sedan
förälder
incheckning
b4f8a3af32
1 ändrade filer med 1 tillägg och 1 borttagningar
  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
     }