diff --git a/README.md b/README.md index fa293f5d..6a37d08e 100644 --- a/README.md +++ b/README.md @@ -368,7 +368,7 @@ val map : string IntMap.t = (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 = ()