Pārlūkot izejas kodu

Forum: Update edit_thread_metadata extrinsic description

iorveth 3 gadi atpakaļ
vecāks
revīzija
9393218bce
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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>