summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Collins <[email protected]>2013-01-10 20:59:09 -0600
committerDave Collins <[email protected]>2013-01-10 20:59:09 -0600
commit40eb25a95da22b84740d793f4279c212a865fdee (patch)
tree0c373a49b6d7bf6eb258567da6567f3d3b8079e1
parentf9d76718448815686718a5a8fae1c91fbf8f9a3c (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2860e35..413998e 100644
--- a/README.md
+++ b/README.md
@@ -77,8 +77,8 @@ Circular struct with a uint8 field and a pointer to itself via %+v:
```
* spew.Config.MaxDepth
- Maximum number of levels to descend into nested data structures.
- There is no limit by default.
+ Maximum number of levels to descend into nested data structures.
+ There is no limit by default.
* spew.Config.Indent
String to use for each indentation level for Dump functions.