README: Fix formatting by adding missing closing backtick.

This commit is contained in:
Dmitri Shuralyov 2015-02-01 09:34:53 -08:00
parent ae9812cb50
commit 718a04d0a6
1 changed files with 1 additions and 1 deletions

View File

@ -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