Skip to content

Commit 8574cff

Browse files
committed
Typo
1 parent 9d80b56 commit 8574cff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/extensions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ The `dolmen` command-line tool looks up user-defined extensions using the Dune
1414
plugin mechanism. A plugin named `plugin.typing` will be picked up when
1515
`--ext plugin` or `--ext plugin.typing` is provided on the command-line, and
1616
the plugin must register a typing extension named `"plugin"` using
17-
`Dolmen_loop.Typer.Ext.register`. A plugin named `plugin.model` will be picked up
17+
`Dolmen_loop.Typer.Ext.create`. A plugin named `plugin.model` will be picked up
1818
when `--ext plugin` or `--ext plugin.model` is provided on the command-line and
1919
the plugin must register a model extension named `"plugin"` using
20-
`Dolmen_model.Ext.register`. A plugin named `plugin` (without dots) will be
20+
`Dolmen_model.Ext.create`. A plugin named `plugin` (without dots) will be
2121
picked up when either of the above command line flags is provided, and must
2222
provide both a typing and model extension.
2323

0 commit comments

Comments
 (0)