Skip to content

Commit

Permalink
Update src/ExperimentalInternetComputer.mo
Browse files Browse the repository at this point in the history
Co-authored-by: Claudio Russo <claudio@dfinity.org>
  • Loading branch information
ggreif and crusso authored Dec 5, 2024
1 parent 41b9378 commit a885c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExperimentalInternetComputer.mo
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ module {
public let performanceCounter : (counter : Nat32) -> (value: Nat64) = Prim.performanceCounter;

/// Returns the time (in nanoseconds from the epoch start) by when the update message should
/// reply to the best effort message so that it can get delivered at the requesting canister.
/// reply to the best effort message so that it can be received by the requesting canister.
/// Queries and non-best-effort update messages return zero.
///
public func replyDeadline() : Nat = Prim.nat64ToNat(Prim.replyDeadline());
Expand Down

0 comments on commit a885c6f

Please sign in to comment.