Skip to content

doc: clarifying variables in fs.write()

Rodrigo Muino Tomonari requested to merge github/fork/jalafel/issue#7868 into master
Checklist
  • [x ] documentation is changed or added
  • [ x] commit message follows commit guidelines
Affected core subsystem(s)

doc

Description of change

This commit clarifies variables in the Filesystem docs. Prior, the documentation for fs.write() had an ambiguous remark on the parameters of offset and length.

Therefore, this commit makes explicit that the length parameter in fs.write() is used to denote the number of bytes, which is a clearer reference for its usage.

Ref: #7868 (closed)

Merge request reports

Loading