summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2018-12-10 07:58:50 +0900
committeryui-knk <spiketeika@gmail.com>2018-12-10 07:58:50 +0900
commit22579b3ed682e95c6228a0fdbac1adc3b1df4800 (patch)
treee3d5fbed61bc89c06cb707c8a0f6aaf4ec9033b6
parentf1d635dc9083c4536cf880a2a8b78e99f5fdc80f (diff)
downloadjson-22579b3ed682e95c6228a0fdbac1adc3b1df4800.tar.gz
"load the" is duplicated
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 720a1a5..5c7d71d 100644
--- a/README.md
+++ b/README.md
@@ -156,7 +156,7 @@ not been required yet.
The JSON module doesn't extend `Exception` by default. If you convert an `Exception`
object to JSON, it will by default only include the exception message.
-To include the full details, you must either load the load the `json/add/core` mentioned
+To include the full details, you must either load the `json/add/core` mentioned
above, or specifically load the exception addition:
```ruby