summaryrefslogtreecommitdiff
path: root/src/pkg/exp/eval/world.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/exp/eval/world.go')
-rw-r--r--src/pkg/exp/eval/world.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/exp/eval/world.go b/src/pkg/exp/eval/world.go
index 02d18bd79..a5f6ac7e5 100644
--- a/src/pkg/exp/eval/world.go
+++ b/src/pkg/exp/eval/world.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// This package is the beginning of an interpreter for Go.
+// Package eval is the beginning of an interpreter for Go.
// It can run simple Go programs but does not implement
// interface values or packages.
package eval