fix: missing whitespace in readme

This commit is contained in:
Simon Cruanes 2019-04-13 05:49:31 -05:00
parent b07b030898
commit 9bdf31b07c

View file

@ -368,7 +368,7 @@ val map : string IntMap.t = <abstr>
(IntMap.pp CCFormat.int CCFormat.string_quoted)
map;;
map =
1->"1", 2->"2", 3->"3", 4->"4", 5->"5",
1->"1", 2->"2", 3->"3", 4->"4", 5->"5",
6->"6", 7->"7", 8->"8", 9->"9"
- : unit = ()