浏览代码

Fixed the text.

Brucey 2 年之前
父节点
当前提交
92f5d9838a
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      docs/api/brl/brl_io.md

+ 1 - 2
docs/api/brl/brl_io.md

@@ -271,8 +271,7 @@ End If
 
 In this example, three archives (`base_archive.zip`, `mod_archive.zip`, and `update_archive.zip`)
 are mounted to the root of the search path. When accessing files, MaxIO will search through
-these archives in the order they were mounted, effectively combining their contents into a
-single file system.
+these archives, effectively combining their contents into a single file system.
 
 If a file exists in more than one archive, the file from the most recently mounted archive
 will take precedence. This allows you to easily overlay new files on top of older ones, making