I was looking through the docs and noticed an inconsistency in the order of parameters to the fromStore call. Based on the function definition, the order of the parameters is startMetaendMeta, text, id, and extra. This is called correctly in the complex example section but not in the usage section.
This PR updates the parameters to the correct order in the usage section.
I was looking through the docs and noticed an inconsistency in the order of parameters to the
fromStore
call. Based on the function definition, the order of the parameters isstartMeta
endMeta
,text
,id
, andextra
. This is called correctly in the complex example section but not in the usage section.This PR updates the parameters to the correct order in the usage section.