Skip to content

Commit 1c6df49

Browse files
authored
Fix typo
1 parent 5ddcd5d commit 1c6df49

File tree

1 file changed

+1
-1
lines changed
  • cardano-api/src/Cardano/Api/Internal

1 file changed

+1
-1
lines changed

cardano-api/src/Cardano/Api/Internal/IPC.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ module Cardano.Api.Internal.IPC
106106
-- Alternatively, 'ImmutableTip' can be used to obtain information from the most recent
107107
-- block considered as final by the consensus algorithm. While this data is stable and will
108108
-- not be rolled back, it is less recent – on mainnet, it is typically about 36 hours
109-
-- begind the current time.
109+
-- behind the current time.
110110
--
111111
-- 'QueryCurrentEra' is the constructor of the query that retrieves the node's current
112112
-- era.

0 commit comments

Comments
 (0)