From 546b00429fa6998d20433583e10b394b90bca4f2 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 26 Oct 2025 03:00:04 +0900 Subject: treewide: update doc comments Some internal/app/state types were relocated to hst as part of the API. This change updates doc comments referring to them. Signed-off-by: Ophestra --- internal/app/dispatcher_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/app/dispatcher_test.go b/internal/app/dispatcher_test.go index 74f72b4b..839e9e42 100644 --- a/internal/app/dispatcher_test.go +++ b/internal/app/dispatcher_test.go @@ -47,7 +47,7 @@ const ( wantRuntimeSharePath = wantRunDirPath + "/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" ) -// checkExpectInstanceId is the [state.ID] value used by checkOpBehaviour to initialise outcomeState. +// checkExpectInstanceId is the [hst.ID] value used by checkOpBehaviour to initialise outcomeState. var checkExpectInstanceId = *(*hst.ID)(bytes.Repeat([]byte{0xaa}, len(hst.ID{}))) type ( -- cgit v1.3.1