瀏覽代碼

Comment reword

Raul Silvera 8 年之前
父節點
當前提交
9e91875bc7
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      internal/driver/commands.go

+ 1
- 1
internal/driver/commands.go 查看文件

@@ -443,7 +443,7 @@ func invokeVisualizer(format PostProcessor, suffix string, visualizers []string)
443 443
 				defer func(t <-chan time.Time) {
444 444
 					<-t
445 445
 				}(time.After(time.Second))
446
-				// On interactive mode, let the visualizer run on the background
446
+				// On interactive mode, let the visualizer run in the background
447 447
 				// so other commands can be issued.
448 448
 				if !interactiveMode {
449 449
 					return viewer.Wait()