Skip to content

Commit

Permalink
docs: fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger authored and ChrisSchinnerl committed Nov 20, 2024
1 parent bafdc34 commit 51068a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhp/v4/rhp.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func (hp HostPrices) RPCReadSectorCost(length uint64) Usage {
}

// RPCWriteSectorCost returns the cost of executing the WriteSector RPC with the
// given sector length and duration.
// given sector length.
func (hp HostPrices) RPCWriteSectorCost(sectorLength uint64) Usage {
return Usage{
Storage: hp.StoragePrice.Mul64(SectorSize).Mul64(TempSectorDuration),
Expand Down

0 comments on commit 51068a3

Please sign in to comment.