From 62783ebabb9f0747a39e6832a2115fe25e9ba6ba Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Sun, 11 May 2014 14:29:49 -0700 Subject: [PATCH] Remove random backtick --- examples/hello-world/hello-world.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello-world/hello-world.go b/examples/hello-world/hello-world.go index 68aeda6..18d23c2 100644 --- a/examples/hello-world/hello-world.go +++ b/examples/hello-world/hello-world.go @@ -1,4 +1,4 @@ -// Our first program will print the classic "hello world"` +// Our first program will print the classic "hello world" // message. Here's the full source code. package main