浏览代码

Correct typo in comment

Tom Pointon 3 年之前
父节点
当前提交
ce3dba0291
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      aptos/contracts/sources/pyth.move

+ 1 - 1
aptos/contracts/sources/pyth.move

@@ -248,7 +248,7 @@ module pyth::pyth {
         state::get_stale_price_threshold_secs()
     }
 
-    /// Get the number of AptosCoin's requried to perform one batch update
+    /// Get the number of AptosCoin's required to perform one batch update
     public fun get_update_fee(): u64 {
         state::get_update_fee()
     }