Skip to content

Commit

Permalink
fix bug in modules rst markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
VasiliyRyabtsev committed Dec 16, 2021
1 parent 135b6bd commit 8b3bda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/modules/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Returns module manager VM.
:param bool must_exist: if set to false treat missing file as success (return true)
:param const char \*__name__: value of module's __name__ field (set nullptr to use actual file name)
:param SqObjPtr &exports: object to store export to
:param std::string &out_err_msg: receives error message if call failed
:param std\:\:string &out_err_msg: receives error message if call failed
:returns: true if succeeded
:remarks: Actually this is a function bound to script as require()

Expand Down

0 comments on commit 8b3bda8

Please sign in to comment.