summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDave Collins <[email protected]>2013-03-08 22:45:02 -0600
committerDave Collins <[email protected]>2013-03-08 22:45:02 -0600
commit096da7a702285ff058a6bdd4f9a650fefcab4a00 (patch)
tree95eee0f999c05b84890c4941fafcdaca192fbb26 /README.md
parent534ad78b7ec4bcaea87a50676ddff2c2b2a38863 (diff)
Update docs for new byte array and slice behavior.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 28b9b8f..ebea379 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ spew.Fprintf(someWriter, "myVar3: %#v -- myVar4: %#+v", myVar3, myVar4)
(string) "one": (bool) true
}
}
-([]byte) {
+([]uint8) {
00000000 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 |............... |
00000010 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 |!"#$%&'()*+,-./0|
00000020 31 32 |12|