From 87155e765e93c8732703ac51c4606b76ba97ecd1 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 12 Apr 2017 23:16:41 +0200 Subject: Wording --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index ea03241..e3d1f9e 100644 --- a/main.go +++ b/main.go @@ -31,7 +31,7 @@ func (o *Opt) doWork(ctx context.Context) stateFn { default: ctx, cancel := context.WithTimeout(ctx, o.Work) defer cancel() - display(ctx, o.Tick, "do work") + display(ctx, o.Tick, "working session") } if o.run++; o.run%o.Runs == 0 { return o.longBreak -- cgit v1.2.3