mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05: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)
|
||||
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 = ()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue