File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
contributing/development/core_and_modules Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ calls into ``std::istream``.
263263
264264.. code-block :: cpp
265265
266- #include "core/os /file_access.h"
266+ #include "core/io /file_access.h"
267267
268268 #include <istream>
269269 #include <streambuf>
@@ -298,7 +298,7 @@ References
298298
299299- `istream <https://cplusplus.com/reference/istream/istream/ >`_
300300- `streambuf <https://cplusplus.com/reference/streambuf/streambuf/?kw=streambuf >`_
301- - `core/io/file_access.h <https://github.com/godotengine/godot/blob/master/core/os /file_access.h >`_
301+ - `core/io/file_access.h <https://github.com/godotengine/godot/blob/master/core/io /file_access.h >`_
302302
303303Registering the new file format
304304-------------------------------
You can’t perform that action at this time.
0 commit comments