We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678f7c2 commit 8dc25dbCopy full SHA for 8dc25db
1 file changed
entity/request.go
@@ -25,7 +25,7 @@ const (
25
RequestStateUnknown RequestState = ""
26
// RequestStateNew is the initial state of a land request. It is confirmed by the system but the processing is not started yet.
27
RequestStateNew RequestState = "new"
28
- // RequestStateValidated indicates that the request has been validated (duplicate check, merge check etc.).
+ // RequestStateValidated indicates that the request has been validated (duplicate check, merge check etc.) successfully.
29
RequestStateValidated RequestState = "validated"
30
// RequestStateProcessing is the state of a land request that is being processed.
31
RequestStateProcessing RequestState = "processing"
0 commit comments