We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf99047 commit a3c061fCopy full SHA for a3c061f
doc/reference/io/random_access_file.adoc
@@ -1,7 +1,7 @@
1
== cobalt/io/random_access_file.hpp
2
3
The `stream_file` provides random access to file.
4
-If asio does not support asynchronous file IO the cobalt will fall back on synchronous operations.
+If sio does not support asynchronous file I/O, Cobalt will fall back on synchronous operations.
5
6
7
[source,cpp]
doc/reference/io/stream_file.adoc
== cobalt/io/stream_file.hpp
The `stream_file` provides stream access to file.
+If Asio does not support asynchronous file IO, Cobalt will fall back on synchronous operations.
----
0 commit comments