From 40eb25a95da22b84740d793f4279c212a865fdee Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 10 Jan 2013 20:59:09 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file 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.