Jelajahi Sumber

Forum: Update edit_thread_metadata extrinsic description

iorveth 3 tahun lalu
induk
melakukan
9393218bce
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      runtime-modules/forum/src/lib.rs

+ 2 - 2
runtime-modules/forum/src/lib.rs

@@ -990,14 +990,14 @@ decl_module! {
             Ok(())
         }
 
-        /// Edit thread title
+        /// Edit thread metadata
         ///
         /// <weight>
         ///
         /// ## Weight
         /// `O (W + V)` where:
         /// - `W` is the category depth
-        /// - `V` is the length of the thread title.
+        /// - `V` is the length of the thread metadata.
         /// - DB:
         ///    - O(W)
         /// # </weight>