ソースを参照

Comment reword

Raul Silvera 8 年 前
コミット
9e91875bc7
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      internal/driver/commands.go

+ 1
- 1
internal/driver/commands.go ファイルの表示

443
 				defer func(t <-chan time.Time) {
443
 				defer func(t <-chan time.Time) {
444
 					<-t
444
 					<-t
445
 				}(time.After(time.Second))
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
 				// so other commands can be issued.
447
 				// so other commands can be issued.
448
 				if !interactiveMode {
448
 				if !interactiveMode {
449
 					return viewer.Wait()
449
 					return viewer.Wait()