From 4a2475a11197213c752ed5cab7970a834978c2ae Mon Sep 17 00:00:00 2001 From: Jade Abraham Date: Fri, 24 Jan 2025 15:10:45 -0800 Subject: [PATCH] remove confusing line Signed-off-by: Jade Abraham --- modules/standard/IO.chpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/standard/IO.chpl b/modules/standard/IO.chpl index 931a83284cdd..94a559b9b60a 100644 --- a/modules/standard/IO.chpl +++ b/modules/standard/IO.chpl @@ -1849,8 +1849,6 @@ operations This is an alternative way to create a :record:`file`. The main way to do so is via the :proc:`open` function. -The system file descriptor will be closed when the Chapel file is closed. - .. note:: This function can be used to create Chapel files that refer to system file