doc: fix typo in fs.symlink - #5560
Closed
targos wants to merge 1 commit into
Closed
Conversation
| ``` | ||
|
|
||
| It would create a symlic link named with "new-port" that points to "foo". | ||
| It would create a symbolic link named "new-port" that points to "foo". |
Member
There was a problem hiding this comment.
While you're here: s/would create/creates/? LGTM either way.
Pull Request check-list
make -j8 test(UNIX) orvcbuild test nosign(Windows) pass withthis change (including linting)?
test (or a benchmark) included?
existing APIs, or introduces new ones)?
Affected core subsystem(s)
fs
Description of change
Please provide a description of the change here.