aboutsummaryrefslogtreecommitdiff
path: root/src/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin')
-rw-r--r--src/plugin/plugin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin/plugin.go b/src/plugin/plugin.go
index e812a2f677..5c822bd9ba 100644
--- a/src/plugin/plugin.go
+++ b/src/plugin/plugin.go
@@ -51,7 +51,7 @@ func (p *Plugin) Lookup(symName string) (Symbol, error) {
//
// var V int
//
-// func F() { fmt.Println("Hello, number %d", V) }
+// func F() { fmt.Printf("Hello, number %d\n", V) }
//
// may be loaded with the Open function and then the exported package
// symbols V and F can be accessed