Skip to content

Commit a3c061f

Browse files
Minor doc typo fixes
1 parent bf99047 commit a3c061f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/reference/io/random_access_file.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
== cobalt/io/random_access_file.hpp
22

33
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.
4+
If sio does not support asynchronous file I/O, Cobalt will fall back on synchronous operations.
55

66

77
[source,cpp]

doc/reference/io/stream_file.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
== cobalt/io/stream_file.hpp
22

33
The `stream_file` provides stream access to file.
4-
If asio does not support asynchronous file IO the cobalt will fall back on synchronous operations.
4+
If Asio does not support asynchronous file IO, Cobalt will fall back on synchronous operations.
55

66
[source,cpp]
77
----

0 commit comments

Comments
 (0)