Ver código fonte

Corrected the text.

Brucey 2 anos atrás
pai
commit
b5f58c9caf
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      io.mod/doc/intro.bbdoc

+ 1 - 2
io.mod/doc/intro.bbdoc

@@ -264,8 +264,7 @@ End If
 
 
 In this example, three archives (`base_archive.zip`, `mod_archive.zip`, and `update_archive.zip`)
 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
 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
 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
 will take precedence. This allows you to easily overlay new files on top of older ones, making