fixes syncio document (#22467)

This commit is contained in:
Nan Xiao
2023-08-14 08:44:50 +08:00
committed by GitHub
parent 9207d77848
commit 9bf605cf98

View File

@@ -38,8 +38,8 @@ type
## at the end. If the file does not exist, it
## will be created.
FileHandle* = cint ## type that represents an OS file handle; this is
## useful for low-level file access
FileHandle* = cint ## The type that represents an OS file handle; this is
## useful for low-level file access.
FileSeekPos* = enum ## Position relative to which seek should happen.
# The values are ordered so that they match with stdio