Skip to content

Commit

Permalink
Merge pull request #1873 from askn/api-doc
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
jhass committed Nov 6, 2015
2 parents 418c07d + 702a89c commit f9ba36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/json/json.cr
Expand Up @@ -25,7 +25,7 @@
#
# ### Generating with `JSON::Builder`
#
# Use `JSON::Buidler` to generate JSON on the fly by directly emitting data
# Use `JSON::Builder` to generate JSON on the fly by directly emitting data
# to an `IO`.
#
# ### Generating with `to_json`
Expand Down

0 comments on commit f9ba36b

Please sign in to comment.