Description
The os.getPath function heading says os.getPath(name) but the
Parameters section documents it as title:
Heading:
os.getPath(name)
Parameters section:
title String: Name of the folder.
The parameter should be documented as name throughout, not title.
This will confuse developers trying to understand the function signature.
I'd like to submit a PR for this.
Description
The
os.getPathfunction heading saysos.getPath(name)but theParameters section documents it as
title:Heading:
os.getPath(name)Parameters section:
titleString: Name of the folder.The parameter should be documented as
namethroughout, nottitle.This will confuse developers trying to understand the function signature.
I'd like to submit a PR for this.