From 718a04d0a64517ed7704797a1a20afcb22b717e6 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Sun, 1 Feb 2015 09:34:53 -0800 Subject: [PATCH] README: Fix formatting by adding missing closing backtick. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9d31c2..b872930 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ in the same directory will create the file `pill_jsonenums.go`, in package `MarshalJSON` will translate the value of a `Pill` constant to the `[]byte` representation of the respective constant name, so that the call -`json.Marshal(painkiller.Aspirin) will return the bytes `[]byte("\"Aspirin\"")`. +`json.Marshal(painkiller.Aspirin)` will return the bytes `[]byte("\"Aspirin\"")`. `UnmarshalJSON` performs the opposite operation; given the `[]byte` representation of a `Pill` constant it will change the receiver to equal the