Skip to content

Commit 8ff26be

Browse files
authored
Update src/stdlib_system.F90
1 parent 5e93fa5 commit 8ff26be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stdlib_system.F90

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ module stdlib_system
9393
!!
9494
!!### Description
9595
!!
96-
!! This function checks if a given file system path is a directory. It is cross-platform and avoids reliance
97-
!! on external C libraries by utilizing system calls. It supports common operating systems such as Linux, macOS,
96+
!! This function checks if a given file system path is a directory. It is cross-platform and utilizes
97+
!! native system calls. It supports common operating systems such as Linux, macOS,
9898
!! Windows, and various UNIX-like environments. On unsupported operating systems, the function will return `.false.`.
9999
!!
100100
public :: is_directory

0 commit comments

Comments
 (0)