diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-11 21:04:02 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-11 21:04:02 +0900 |
| commit | 5c540f90aa5ac069a370cbef0ddd81fa268b43c5 (patch) | |
| tree | a57f2347c1c797b649248068aa00b4b6a28ddc43 /internal/outcome/spruntime.go | |
| parent | 1e8ac5f68ef6911c278b4c48722a1924d996206c (diff) | |
internal/outcome: improve doc comments
This improves readability on smaller displays.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/outcome/spruntime.go')
| -rw-r--r-- | internal/outcome/spruntime.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/internal/outcome/spruntime.go b/internal/outcome/spruntime.go index 6ec532bb..727a5be0 100644 --- a/internal/outcome/spruntime.go +++ b/internal/outcome/spruntime.go @@ -67,7 +67,9 @@ const ( // spRuntimeOp sets up XDG_RUNTIME_DIR inside the container. type spRuntimeOp struct { - // SessionType determines the value of envXDGSessionType. Populated during toSystem. + // SessionType determines the value of envXDGSessionType. + // + // Populated during toSystem. SessionType uintptr } |
