Skip to content

Commit 9a6a14c

Browse files
committed
Correcting typo in README file
1 parent a582141 commit 9a6a14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ is important (isn't always?) to write modular and readable code, you should pref
110110
If the element has the `reset` attribute, this instructs the library to keep a copy of itself and to reset itself
111111
to the intial state each time then element is bound. It is a very useful option when using the library on GUIs.
112112

113-
### `bind(elem, model, mapper, resettable)`
113+
### `bind(elem, model, mapper)`
114114

115115
Bind a DOM element `elem` to a `model`, via a `mapper` function. When the mapper function is applied to the model, it
116116
yields a mapping - i.e. `mapping = mapper(model)`. The `mapper` function should a return an object where keys are

0 commit comments

Comments
 (0)