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
250
250
! ! version: experimental
251
251
! !
252
252
! ! 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 ))
254
254
! !
255
255
! !### Summary
256
256
! ! Function to evaluate whether a specified path corresponds to a symbolic link.
@@ -265,8 +265,8 @@ module stdlib_system
265
265
266
266
! ! version: experimental
267
267
! !
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 ))
270
270
! !
271
271
! !### Summary
272
272
! ! Function to evaluate whether a specified path corresponds to a regular file.
You can’t perform that action at this time.
0 commit comments