mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-03-08 22:58:08 -04:00
fix: missing whitespace in readme
This commit is contained in:
parent
b07b030898
commit
9bdf31b07c
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ val map : string IntMap.t = <abstr>
|
||||||
(IntMap.pp CCFormat.int CCFormat.string_quoted)
|
(IntMap.pp CCFormat.int CCFormat.string_quoted)
|
||||||
map;;
|
map;;
|
||||||
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"
|
6->"6", 7->"7", 8->"8", 9->"9"
|
||||||
- : unit = ()
|
- : unit = ()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue