We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257cd15 commit febad6aCopy full SHA for febad6a
src/Init/System/IO.lean
@@ -567,7 +567,7 @@ def addHeartbeats (count : Nat) : BaseIO Unit := do
567
/--
568
Whether a file should be opened for reading, writing, creation and writing, or appending.
569
570
-A the operating system level, this translates to the mode of a file handle (i.e., a set of `open`
+At the operating system level, this translates to the mode of a file handle (i.e., a set of `open`
571
flags and an `fdopen` mode).
572
573
None of the modes represented by this datatype translate line endings (i.e. `O_BINARY` on Windows).
0 commit comments