File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ module stdlib_system
250250! ! version: experimental
251251! !
252252! ! Tests if a given path is a symbolic link.
253- ! ! ([Specification](../page/specs/stdlib_system.html#is_directory-test-if-a-path-is-a-directory ))
253+ ! ! ([Specification](../page/specs/stdlib_system.html#is_symlink ))
254254! !
255255! !### Summary
256256! ! Function to evaluate whether a specified path corresponds to a symbolic link.
@@ -265,8 +265,8 @@ module stdlib_system
265265
266266! ! version: experimental
267267! !
268- ! ! Tests if a given path is a regular file (Not a symbolic link or directory) .
269- ! ! ([Specification](../page/specs/stdlib_system.html#is_directory-test-if-a-path-is-a-directory ))
268+ ! ! Tests if a given path is a regular file.
269+ ! ! ([Specification](../page/specs/stdlib_system.html#is_regular_file ))
270270! !
271271! !### Summary
272272! ! Function to evaluate whether a specified path corresponds to a regular file.
You can’t perform that action at this time.
0 commit comments