Skip to content

Commit ebc9518

Browse files
committed
Update doc comment to match Go conventions
1 parent 7c421f5 commit ebc9518

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ func setupPOSIXEnv(env *testscript.Env) error {
9999
})
100100
}
101101

102-
// Set up the testing environment for Windows. Works the same as on POSIX with
103-
// the exception that there isn't currently a convenient way to override the
104-
// shell, so that feature is skipped.
102+
// setupWindowsEnv sets up the testing environment for Windows. Works the same
103+
// as on POSIX with the exception that there isn't currently a convenient way
104+
// to override the shell, so that feature is skipped.
105105
func setupWindowsEnv(env *testscript.Env) error {
106106
binDir := filepath.Join(env.WorkDir, "bin")
107107
env.Setenv("EDITOR", filepath.Join(binDir, "editor.cmd"))

0 commit comments

Comments
 (0)