Skip to content

Commit

Permalink
Fix some spelling errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
reedacartwright committed Mar 20, 2023
1 parent f39bcc9 commit 941ce5e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Generate random world seeds using 64-bits.
* [Fix] Generate default package options on loading rbedrock. This fixes users not being able to find the world directory on Window.
* Create 1.19+ worlds by default when using create_world()
* Add functions for stroing actors data for a chunk.
* Add functions for reading and writing actors data for a chunk.
* Add utility functions for working with unique ids.

## RBedrock 0.2.0
Expand All @@ -24,7 +24,7 @@
* Introduce new NBT API based on S3 classes.
* Remove layer and simplify arguments to `get_subchunk_layers_value()` and friends.
* Improved ChunkVersion API
* Remove `-Werror` flag used by levedb on some platforms
* Remove `-Werror` flag used by leveldb on some platforms
* Added 1.18 example world
* Add support for 1.18's empty palettes.
* Rename chunk tag to match internal bedrock names.
Expand Down
2 changes: 1 addition & 1 deletion R/entity.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Load and store Entity NBT data
#'
#' Entity data (tag 50) holds a list of NBT values for mobs and other enties
#' Entity data (tag 50) holds a list of NBT values for mobs and other entities
#' in the game. After 1.18.30, entity data was migrated to a new actor digest
#' format and no longer saved with chunk data.
#'
Expand Down
3 changes: 2 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

- CRAN warnings identified on 2023-03-20 have been fixed.

- References to compiling with CXX11 have been removed.
- This resubmission fixes the NOTE identified on the first submission.
- References to compiling with CXX11 have been removed.

## Test environments

Expand Down
2 changes: 1 addition & 1 deletion man/Entity.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 941ce5e

Please sign in to comment.