Skip to content

Commit 76ddde7

Browse files
committed
Update docs
1 parent 1493d8a commit 76ddde7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_docs_src/src/dictionaries-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ We will mint another module type that is specific to lists.
9090

9191
```ocaml
9292
module type S_list = sig
93-
include module type of List
93+
include module type of struct include List end
9494
type element
9595
type t = element list
9696
val of_pyobject : Pytypes.pyobject -> element list

0 commit comments

Comments
 (0)