Skip to content

Commit

Permalink
fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed May 7, 2024
1 parent 9e5eff5 commit 934f548
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ mapblock_lib.create_catalog(filename, mb_pos1, mb_pos2, options)

## `get_catalog(filename)`

Parses a previously create mapblock catalog
Parses a previously created mapblock catalog

```lua
local filename = minetest.get_worldpath() .. "/my-mapblocks.zip"

local catalog, err = mapblock_lib.get_catalog(filename)
if err then
-- sometehing went wrong
-- something went wrong
error(err)
end

Expand Down Expand Up @@ -145,7 +145,7 @@ local options = {

local success, err = catalog:deserialize(catalog_mapblock_pos, world_mapblock_pos, options)
if err then
-- sometehing went wrong
-- something went wrong
error(err)
end

Expand Down

0 comments on commit 934f548

Please sign in to comment.