Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions HIP/hip-1383.md
Comment thread
mgarbs marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ type: Standards Track
category: Core
needs-hiero-approval: Yes
needs-hedera-review: Yes
status: Review
status: Deferred
created: 2026-01-21
updated: 2026-01-26
updated: 2026-03-25
release: TBD
---

Expand Down Expand Up @@ -213,7 +213,7 @@ enum RetryType {
*/
UNSPECIFIED_RETRY = 0;
/**
* The request MAY be retried, with modification, immediately.
* The request MAY be retried, without modification, immediately.
*/
IMMEDIATE_RETRY = 1;
/**
Expand Down
Loading