Explorar o código

Correct typo in comment

Tom Pointon %!s(int64=3) %!d(string=hai) anos
pai
achega
ce3dba0291
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()
     }