diff options
Diffstat (limited to 'doc/codewalk/markov.go')
-rw-r--r-- | doc/codewalk/markov.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/codewalk/markov.go b/doc/codewalk/markov.go index a8f322eb6b..5f62e05144 100644 --- a/doc/codewalk/markov.go +++ b/doc/codewalk/markov.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. |